<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {

}


/*Floor002702 */

.Floor002702 .left-fixed {
  position: fixed;
  right: 2%;
  /* top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); */
  bottom: 6%;
  margin-bottom: 165px;
  z-index: 100;
}

.Floor002702 .menu {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.Floor002702 .no-menu .menu {
  opacity: 1;
}

.Floor002702 .no-menu .menu li .page1::before {
  background: url(../image/page-icon.png) no-repeat center center #ffba00;
  padding: 10px;
}

.Floor002702 .no-menu .menu li .page2::before {
  background: url(../image/page-icon2.png) no-repeat center center #ffba00;
  padding: 10px;
}

.Floor002702 .no-menu .menu li .page3::before {
  background: url(../image/page-icon3.png) no-repeat center center #ffba00;
  padding: 10px;
}

.Floor002702 .no-menu .menu li .page4::before {
  background: url(../image/page-icon4.png) no-repeat center center #ffba00;
  padding: 10px;
}
.Floor002702 .no-menu .menu li .page5::before {
  background: url(../image/page-icon3.png) no-repeat center center #ffba00;
  padding: 10px;
}
.Floor002702 .no-menu .menu li .page6::before {
  background: url(../image/page-icon3.png) no-repeat center center #ffba00;
  padding: 10px;
}
.Floor002702 .no-menu .menu li .page7::before {
  background: url(../image/page-icon.png) no-repeat center center #ffba00;
  padding: 10px;
}



.inp {
    margin: 0 10px;
    text-align: center;
    color: #fff;
}
.inp  a {
    color: #fff;
}


.slideshow .slick-slide {
    margin: 0 10px;
}


.Floor002702 .no-menu .menu li a span {
  color: #bb1a30;
}

.Floor002702 .menu li {
  padding: 7px 0;
}

.Floor002702 .menu li a {
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 38px;
  height: 38px;
}

.Floor002702 .menu li a::before,
.Floor002702 .menu li a::after {
  position: absolute;
  content: '';
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.Floor002702 .menu li a::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 34px;
  height: 34px;
}


.Floor002702 .menu li .page1::before {
  background: url(../image/page-icon.png) no-repeat center center rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.Floor002702 .menu li .page2::before {
  background: url(../image/page-icon2.png) no-repeat center center rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.Floor002702 .menu li .page3::before {
  background: url(../image/page-icon3.png) no-repeat center center rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.Floor002702 .menu li .page4::before {
  background: url(../image/page-icon4.png) no-repeat center center rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.Floor002702 .menu li .page5::before {
  background: url(../image/page-icon3.png) no-repeat center center rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.Floor002702 .menu li .page6::before {
  background: url(../image/page-icon2.png) no-repeat center center rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.Floor002702 .menu li .page7::before {
  background: url(../image/page-icon.png) no-repeat center center rgba(255, 255, 255, 0.5);
  padding: 10px;
}





.Floor002702 .menu li.active .page1::before {
  background: url(../image/page-icon.png) no-repeat center center #ffba01;
  border: 4px #fff solid;
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 0;
}

.Floor002702 .menu li.active .page2::before {
  background: url(../image/page-icon2.png) no-repeat center center #f39a73;
  border: 4px #fff solid;
  padding: 10px;
}

.Floor002702 .menu li.active .page3::before {
  background: url(../image/page-icon3.png) no-repeat center center #7cc316;
  border: 4px #fff solid;
  padding: 10px;
}

.Floor002702 .menu li.active .page4::before {
  background: url(../image/page-icon4.png) no-repeat center center #5497fb;
  border: 4px #fff solid;
  padding: 10px;
}

.Floor002702 .menu li.active .page5::before {
  background: url(../image/page-icon3.png) no-repeat center center #5497fb;
  border: 4px #fff solid;
  padding: 10px;
}
.Floor002702 .menu li.active .page6::before {
  background: url(../image/page-icon2.png) no-repeat center center #5497fb;
  border: 4px #fff solid;
  padding: 10px;
}
.Floor002702 .menu li.active .page7::before {
  background: url(../image/page-icon.png) no-repeat center center #5497fb;
  border: 4px #fff solid;
  padding: 10px;
}

.Floor002702 .menu li a span {
  position: absolute;
  opacity: 0.5;
  font-size: 18px;
  line-height: 20px;
  right: 119px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  word-break: keep-all;
  color: #bb1a30;
  float: right;
}

/*.Floor002702 .menu li:nth-child(2) a span,*/
/*.Floor002702 .menu li:nth-child(3) a span {*/
/*  right: 103px;*/
/*}*/

/*.Floor002702 .menu li:nth-child(4) a span {*/
/*  right: 137px;*/
/*}*/

.Floor002702 .menu li.active a span {
  opacity: 1;
}


.Floor002702 .wap-menu {
  display: none;
}

@media(max-width:1024px) {
  .Floor002702 .menu {
    display: none;
  }

  .Floor002702 #open_menu {
    z-index: 100;
    position: fixed;
    right: 2%;
    top: 0;
    margin-top: 12px;
    width: 40px;
    height: 30px;
  }

  .Floor002702 #open_menu i {
    height: 3px;
    width: 80%;
    left: 10%;
  }

  .Floor002702 #open_menu i,
  .Floor002702 #open_menu i::before,
  .Floor002702 #open_menu i::after {
    background: #c4261d;
  }

  .Floor002702 .wap-menu {
    display: block;
    position: absolute;
    width: 200px;
    right: 100%;
    opacity: 0;
    top: 100%;
    background: rgba(4, 78, 154, 0.9);
    transition: opacity 0.3s ease-in-out, right 0.5s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, right 0.5s ease-in-out;
  }

  .Floor002702 .wap-menu-show {
    opacity: 1;
    left: auto;
    right: 0;
    transition: opacity 0.5s ease-in-out, right 0.3s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out, right 0.3s ease-in-out;
  }

  .Floor002702 .wap-menu li:not(:last-child) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }

  .Floor002702 .wap-menu li:not(:last-child) a {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  }

  .Floor002702 .wap-menu li a {
    font-size: 18px;
    display: block;
    color: #fff;
    line-height: 30px;
    padding: 5px 20px;
  }

  .fp-tableCell .video {
    display: none;
  }
}

/*slick*/
.Floor002702 .slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.Floor002702 .slick-list {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.Floor002702 .slick-list:focus {
  outline: none
}

.Floor002702 .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.Floor002702 .slick-slider .slick-track,
.Floor002702 .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.Floor002702 .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.Floor002702 .slick-track:before,
.Floor002702 .slick-track:after {
  display: table;
  content: '';
}

.Floor002702 .slick-track:after {
  clear: both;
}

.Floor002702 .slick-loading .slick-track {
  visibility: hidden;
}

.Floor002702 .slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.Floor002702 .slick-slide .slick-loading img {
  display: none;
}

.Floor002702 .slick-slide .dragging img {
  pointer-events: none;
}

.Floor002702 .slick-initialized .slick-slide {
  display: block;
  text-align: center;
}

.Floor002702 .slick-initialized .slick-slide img {
    width: 100%;
}

.Floor002702 .slick-loading .slick-slide {
  visibility: hidden;
}

.Floor002702 .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.Floor002702 .slick-arrow .slick-hidden {
  display: none;
}

.Floor002702 .slick-dots {
  text-align: center;
}

.Floor002702 .slick-dots li {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  margin: 0 2px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.Floor002702 .slick-dots li button {
  display: none;
}

/*banner*/
/*.Floor002702 .height100ps,
.Floor002702 .height100ps .slick-list,
.Floor002702 .height100ps .slick-track,
.Floor002702 .height100ps .slick-slide{height: 100%;}
.Floor002702 .banner .slick-dots{ position:absolute; left:0; width:100%; z-index:10; bottom:5%; text-align:center;}
.Floor002702 .banner .slick-dots li{ cursor:pointer; display:inline-block; width:14px; height:14px; position:relative; background:rgba(0,0,0,0.5); border-radius:50%; margin:0 5px;}
.Floor002702 .banner .slick-dots li.slick-active{  background:#e01212;}
.Floor002702 .banner .slick-dots li button{ display:none;}
.Floor002702 .banner .slick-slide a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.Floor002702 .banner .slick-slide .Ispic{  padding-bottom:47.88%;}
.Floor002702 .banner .slick-slide img{ display:none;}
 @media(max-width:1440px){
	.Floor002702 .banner .slick-slide .Ispic{  padding-bottom:58%;}
}
 @media(max-width:1200px){
	.Floor002702 .banner .slick-slide .Ispic{  padding-bottom:50%;}
}
@media(max-width:1024px){
	.Floor002702 .banner .slick-slide .Ispic{ display:none;}
	.Floor002702 .banner .slick-slide img{ width:100%; height:100%; display:block;}
}*/
.Floor002702 .banner {
  position: relative;
  overflow: hidden;
}

.Floor002702 .banner .swiper-slide .pc {
  display: block;
  height: 100%;
}

.Floor002702 .banner .swiper-slide .Ispic {
  padding-bottom: 50%;
  background-size: 100% 100%;
}

.Floor002702 .banner .swiper-slide .wap,
.Floor002702 .banner .swiper-slide .phone {
  display: none;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.Floor002702 .banner .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4%;
  z-index: 4;
}

.Floor002702 .banner .slick-dots li {
  background: #d65d55;
  opacity: 0.2;
}

.Floor002702 .banner .slick-dots li.slick-active {
  opacity: 0.5;
}

@media(max-width:1440px) {
  .Floor002702 .banner .swiper-slide .Ispic {
    padding-bottom: 66%;
  }
}

@media(max-width:1024px) {
  .Floor002702 .banner .swiper-slide .Ispic {
    padding-bottom: 83%;
  }
}

@media(max-width:768px) {
  .Floor002702 .banner .swiper-slide .pc {
    display: none;
  }

  .Floor002702 .banner .swiper-slide .wap {
    display: block;
  }
}

@media(max-width:640px) {

  .Floor002702 .banner .swiper-slide .pc,
  .Floor002702 .banner .swiper-slide .wap {
    display: none;
  }

  .Floor002702 .banner .swiper-slide .phone {
    display: block;
  }
}

/*Ã¦Â&nbsp;â€¡Ã©Â¢Ëœ*/
.Floor002702 .all-title {
  padding-bottom: 6%;
  text-align: center;
}

.Floor002702 .all-title p {
  margin: 0 auto;
  width: 74px;
  height: 74px;
}

.Floor002702 .all-title p img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.Floor002702 .all-title b {
  font-family: 'Heroic Condensed';
  font-size: 38px;
  line-height: 44px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  padding: 5px 0;
}

.Floor002702 .all-title b.en {
  display: none;
}

.Floor002702 .all-title aside {
  font-size: 58px;
  letter-spacing: 0.5px;
  line-height: 58px;
  color: #fff;
  font-weight: bold;
}

@media(max-width:1366px) {
  .Floor002702 .all-title b {
    font-size: 60px;
  }

  .Floor002702 .all-title aside {
    font-size: 42px;
  }
}

@media(max-width:768px) {
  .Floor002702 .all-title b {
    font-size: 40px;
    line-height: 36px;
  }

  .Floor002702 .all-title aside {
    font-size: 28px;
  }

  /*.banner .ul .swiper-container{
  height: 410px;
}*/
}

/*section*/
.Floor002702 .section {
  color: #fff;
  position: relative;
}


.Floor002702 .section2 figure,
.Floor002702 .section4 figure {
  max-width: 1260px;
  margin: 0 auto;
}

.Floor002702 .section figure ul li {
  display: block;
  float: left;
  text-align: center;
  margin: 0 auto;
  width: 25%;
}

.Floor002702 .section figure ul li .pic {
  opacity: 0.8;
  display: block;
  position: relative;
  margin-bottom: 15%;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
}

/*

.Floor002702 .section figure ul li .pic:after{ content:''; width:33px; height:28px; background:url(../images/xiushi.png); display:block; position:absolute; left:50%; margin-left:-16.5px; bottom:-26px;}

*/
.Floor002702 .section figure ul li .pic:after {
  content: '';
  width: 32px;
  height: 28px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -22px;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-width: 0px 15px 24px;
  border-style: solid;
  border-color: transparent transparent rgb(254, 213, 126);
}

.Floor002702 .section figure ul li:hover .pic {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.Floor002702 .section figure ul li .pic img {
  display: block;
  /*max-width: 196px;*/
  height: auto;
  margin: 0 auto;
  padding: 18px;
  /*border-radius: 50%;*/
  /*-webkit-border-radius: 50%;*/
}

.Floor002702 .section figure ul li h3 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  padding-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Floor002702 .section figure ul li p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  padding: 0 5%;
  height: 96px;
  overflow: hidden;
}

.Floor002702 .section2 figure ul li .pic img {
  background: rgb(254, 213, 126);
}

/* .Floor002702 .section3 figure ul li .pic img {
  background: rgb(243, 154, 115);
} */
.Floor002702 .section3 figure ul li .pic img {
  max-width: 100%;
}


/* .Floor002702 .section4 figure ul li .pic img {
  background: rgb(220, 223, 119);
} */



@media(max-width:1200px) {

  /*.Floor002702 .section,*/
  /*.Floor002702 .section .fp-tableCell{ height:auto !important;}*/
  .Floor002702 .section {
    padding: 10% 0;
  }

  .Floor002702 .section1,
  .Floor002702 .footer {
    padding: 0;
  }
}

@media(max-width:1024px) {
  .Floor002702 .section figure ul li .pic img {
    display: block;
    max-width: 176px;
  }

  .Floor002702 .section {
    padding: 13% 0;
  }

  .Floor002702 .section5 {
    padding: 10% 0 3%;
  }

  .Floor002702 .section1 {
    padding: 0;
  }
}

@media(max-width:768px) {
  .Floor002702 .section figure ul li .pic img {
    display: block;
    max-width: 146px;
    padding: 28px;
    border-radius: 0;
  }

  .Floor002702 .section figure ul li h3 {
    font-size: 18px;
  }

  /*.Floor002702 .section figure ul li p{ font-size:16px; line-height:28px; overflow:hidden; height:56px;}*/
  .Floor002702 .section figure ul li .pic:after {
    display: none;
  }

  .Floor002702 .section figure ul li .pic {
    margin-bottom: 5%;
  }

  .Floor002702 .section figure ul li h3 {
    white-space: normal;
  }

  .Floor002702 .section figure ul li p {
    display: none;
  }
}

@media(max-width:480px) {
  .Floor002702 .section figure ul li .pic img {
    display: block;
    max-width: 96px;
    padding: 20px;
  }
}

@media(max-width:375px) {
  .Floor002702 .section figure ul li .pic img {
    display: block;
    max-width: 70px;
    padding: 15px;
  }

  .Floor002702 .section figure ul li .pic:after {
    display: none;
  }
}

/*section1*/
.Floor002702 .section1 {
  position: relative;
}

/*section2*/
/*.Floor002702 .section2{ background-image:url(../images/bg.jpg);}*/

/*section3*/
/*.Floor002702 .section3{ background-image:url(../images/bg2.jpg);}*/
.Floor002702 .section3 figure ul li {
  width: 25%;
}

.Floor002702 .section3 figure ul li .pic:after {
  /*background:url(../images/xiushi2.png);*/
  border-color: transparent transparent rgb(243, 154, 115);
}


/*section4*/
/*.Floor002702 .section4{ background-image:url(../images/bg3.jpg);}*/
.Floor002702 .section4 figure ul li .pic:after {
  /*background:url(../images/xiushi3.png);bottom:-27px;*/
  border-color: transparent transparent rgb(220, 223, 119);
}

.Floor002702 .section4 figure ul li .pic img {
  max-width: 100%;
  border-radius: 0;
}

.Floor002702 .section5 figure ul li .pic img {
  max-width: 100%;
  border-radius: 0;
}

.Floor002702 .section6 figure ul li .pic img {
  max-width: 100%;
  border-radius: 0;
}


/*section5*/
.Floor002702 .section5 {
  /*background-image:url(../images/bg4.jpg);*/
  position: relative;
}

.Floor002702 .section5 .T-news {
  padding-bottom: 368px;
}

.Floor002702 .section5 .all-title {
  margin-top: -4%;
  padding-bottom: 5%;
}

@media(min-width:1024px) {



  .Floor002702 .section1,
  .Floor002702 .section2,
  .Floor002702 .section3,
  .Floor002702 .section4 {
    overflow: hidden;
  }

  .Floor002702 .section5 .all-title {
    margin-top: 0%;
  }

  .Floor002702 .section5 {
    padding-top: 0;
  }

  .Floor002702 .section5 .T-newsBox {
    padding-top: 4%;
    margin-bottom: 4%;
  }
}


/*edit-css*/
.edit-css-2702-1 {
  overflow: hidden;
}

.edit-css-2702-1 .div1 {
  padding: 3% 5% 5% 5%;
  max-width: 530px;
  text-align: justify;
  line-height: 24px;
  color: #505152;
  background: #f2f7fa;
}

.edit-css-2702-1 .div2 {
  float: left;
}

.edit-css-2702-1 .div2 li {
  position: relative;
  line-height: 36px;
  padding-left: 10px;
}

.edit-css-2702-1 .div2 li::before {
  position: absolute;
  content: '';
  width: 23px;
  height: 23px;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgb(182, 216, 252);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(182, 216, 252, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(182, 216, 252, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(182, 216, 252, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6d8fc', endColorstr='#f2f7fa', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.edit-css-2702-1 .div2 li:nth-child(2)::before {
  background: rgb(174, 217, 226);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(174, 217, 226, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(174, 217, 226, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(174, 217, 226, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aed9e2', endColorstr='#f2f7fa', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.edit-css-2702-1 .div2 li:nth-child(3)::before {
  background: rgb(241, 230, 168);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(241, 230, 168, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(241, 230, 168, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(241, 230, 168, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e6a8', endColorstr='#f2f7fa', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.edit-css-2702-1 .div2 li:nth-child(4)::before {
  background: rgb(230, 179, 177);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(230, 179, 177, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(230, 179, 177, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(230, 179, 177, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6b3b1', endColorstr='#f2f7fa', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.edit-css-2702-1 .div2 li:nth-child(5)::before {
  background: rgb(145, 209, 192);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(145, 209, 192, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(145, 209, 192, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(145, 209, 192, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91d1c0', endColorstr='#f2f7fa', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.edit-css-2702-1 .div2 li:nth-child(6)::before {
  background: rgb(139, 173, 209);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(139, 173, 209, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(139, 173, 209, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(139, 173, 209, 1) 0%, rgba(242, 247, 250, 1) 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8badd1', endColorstr='#f2f7fa', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.edit-css-2702-1 .div2 li article {
  position: relative;
  z-index: 4;
}

.edit-css-2702-1 .div3 {
  float: right;
  background: #fff;
  width: 36.9%;
  padding: 5%;
  line-height: 26px;
}

@media(max-width:1366px) {
  .edit-css-2702-1 .div1 {
    max-width: none;
  }
}

@media(max-width:1200px) {

  .edit-css-2702-1 .div2,
  .edit-css-2702-1 .div3 {
    float: none;
    width: auto;
  }
}

/*Top002070 */
.Top002070 {
  position: fixed;
  z-index: 999 !important;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 9999990;
}

.Top002070_2 {
  position: relative;
}

.Top002070 .header {
  padding: 0 8%;
}

.Top002070 .header-left {
  float: left;
  max-width: 239px;
  margin-top: 25px;
  width: 18%;
}

.Top002070 .header-right {
  float: right;
  margin-top: -76px;
  display: block;
  position: relative;
}

.Top002070 .header-right dd&gt;a {
  display: block;
  height: 40px;
  line-height: 40px;
}

.Top002070 .top-search {
  position: relative;
  z-index: 102;
}

.Top002070 .top-search .text {
  width: 100%;
  color: #999;
  font-size: 14px;
  display: block;
  padding: 0 25px 0 10px;
  line-height: 44px;
  height: 44px;
  width: 240px;
  background: #f8f8f8;
  border: 1px solid #ddd;
}

.Top002070 .top-search .text:focus {
  border-color: #c4261d;
  background: #fff;
  color: #333;
}

.Top002070 .top-search .btn {
  position: absolute;
  right: 10px;
  top: 0;
  background: url(../image/search.png) no-repeat center center;
  width: 24px;
  height: 100%;
  /* background:  #fff; */
}


.Top002070 .header-menu li {
  width: auto !important;
}

.Top002070 .header-menu li em {
  line-height: 46px;
  padding: 30px 12px;
  font-size: 20px;
  position: relative;
}

.Top002070 .header-menu li em a {
  padding: 0 26px;
}

.Top002070 .header-menu li:last-child em a::after {
  display: none;
}

.Top002070 .header-menu li:hover em a,
.Top002070 .header-menu li.aon em a {
  color: #fff;
  background: #c4261d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.Top002070 .header-menu li .sub {
  background: none;
}

.Top002070 .header-menu li .sub {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.Top002070 .header-menu li .sub dt {
  margin-bottom: 1px;
  background: #fff;
  font-size: 16px;
}

.Top002070 .header-menu li .sub dt a {
  text-align: center;
  color: #333;
  border-bottom: 1px #eee solid;
}

.Top002070 .header-menu li .sub dt a:hover {
  background: #c4261d;
  color: #fff;
}

@media(max-width: 1440px) {
  .Top002070 .header {
    padding: 0 2%;
  }

}

@media(max-width: 1200px) {
  .Top002070 .header-mid {
    margin-right: 0;
    margin-left: 18%;
    max-width: 810px;
    min-width: 100px !important;
  }

  .Top002070 .header-menu li em a {
    padding: 0 18px;
  }
}


@media(min-width: 1201px) {
  .Top002070 .header-mid {
    margin-left: 15%;
  }

  .Top002070 .header-menu li em a {
    padding: 0 5px;
  }
}


@media(min-width: 1366px) {
  .Top002070 .header-mid {
    margin-right: 0;
    margin-left: 22%;
    max-width: 778px;
  }

  .Top002070 .top-search .text {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
  }
}

@media(max-width:1024px) {
  .Top002070 .header {
    margin: 0;
    height: 56px;
    padding: 0 2%;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fff;
  }

  .Top002070 .Public_nav_style #open_menu {
    position: relative;
    right: 0;
    top: auto;
    margin-left: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #EEE4D8;
    height: 32px;
    border: none;
    margin-top: 4px;
  }

  .Top002070 .top-search {
    z-index: 102;
    background: #f8f8f8;
  }

  .Top002070 .Public_nav_style #header-menu.header-menu-show ul {
    padding-top: 44px;
  }

  .Top002070 #open_menu i::before,
  .Top002070 #open_menu i::after {
    background: #c4261d !important;
  }

  .Top002070 #open_menu i {
    background: #c4261d;
    height: 3px;
    margin-top: -1.5px;
  }

  .Top002070 #header-menu ul {
    padding: 0;
    border-top: 57px solid #fff;
    background: #c4261d;
  }

  .Top002070 #header-menu li {
    text-align: center;
  }

  .Top002070 #header-menu li em a {
    padding: 5%;
    font-weight: normal;
    line-height: normal;
  }

  .Top002070 #header-menu li .sub dt {
    margin-bottom: 1px;
    background: rgba(0, 0, 0, 0.3);
  }

  .Top002070 #header-menu li .sub dt a {
    border-bottom: 0;
  }

  .Top002070 .Public_nav_style #header-menu ul {
    width: 280px;
  }

  .Top002070 .header-right {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 101;
    margin-top: 0px;
    border: 1px solid #ddd;
  }

  .Top002070 .top-search .text {
    line-height: 44px;
    height: 44px;
    border: none;
    width: 0;
  }

  .Top002070 .header-right {
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: ease-in-out 0.3s;
  }

  .Top002070 .header-right.header-right-show {
    width: 280px;
    opacity: 1;
  }
}

@media(min-width:320px) {
  .Top002070 .header-left {
    float: left;
    min-width: 140px;
    margin-top: 11px;
    width: 12%;
  }
}

@media(min-width: 1200px) {
  .Top002070 .header-left {
    margin-top: 25px;
  }
}

/*@media(max-width:640px){
.Top002070 .header-right.header-right-show{left:13px;}
}
@media(max-width:480px){
.Top002070 .header-right.header-right-show{left:10px;}
}
@media(max-width:375px){
	.Top002070 .header-right{ margin-top:-112px;}
	.Top002070 .header-right.header-right-show{top:14px;left:0px; width:218px;}
}*/
/*T-Business */
.T-Business {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.T-Business .auto {
  padding: 0 8%;
  text-align: center;
}

.T-Business li {
  display: inline-block;
  width: 12.5%;
  text-align: center;
  padding: 25px 12px;
  color: #fff;
  font-weight: bolder;
}

.T-Business li a p {
  color: #fff;
  margin: 0;
  font-size: 26px;
}

.T-Business li img {
  display: block;
  max-width: 80px;
  margin: 0 auto;
  width: 90%;
}

.T-Business li:hover {
  background: #c4261d;
}

@media(max-width:1200px) {
  .T-Business .auto {
    padding: 0 2%;
  }
}

@media(max-width:1024px) {
  .T-Business li p {
    display: none;
  }
}

@media(max-width:768px) {
  .T-Business li img {
    display: block;
    max-width: 50px;
  }

  .T-Business {
    background: none;
  }

  .T-Business li {
    padding: 12px 0px;
    width: 23.5%;
    padding: 17px 13px;
    margin: 0 2% 0 0;
    color: #fff;
    font-weight: bolder;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
  }

  .T-Business li:nth-child(4n) {
    margin-right: 0;
  }
}

/*Bottom002561 */
.Bottom002561 {
  background: #fff;
  padding-top: 3%;
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
}

.Bottom002561_2 {
  position: inherit !important;
  border-top: 1px #eee solid;
}

.Bottom002561 footer {
  border-top: 1px #eee solid;
  line-height: 25px;
  padding: 20px 0;
  overflow: hidden;
}

@media(min-width:769px) {
  .Bottom002561 footer dt {
    float: left;
  }

  .Bottom002561 footer dd {
    float: right;
  }
}

@media(max-width:768px) {
  .Bottom002561 footer {
    text-align: center;
  }
}

.Bottom002561 footer dt a {
  color: #888;
  display: inline-block;
  font-size: 16px;
}

.Bottom002561 footer dt a:hover {
  color: #888;
}

.Bottom002561 footer dt a::after {
  display: inline-block;
  content: '';
  vertical-align: middle;
  width: 2px;
  border-right: 1px solid #aaa;
  height: 12px;
  margin: 0 20px;
}

.Bottom002561 footer dt a:last-child::after {
  display: none;
}

.Bottom002561 footer dd {
  color: #888;
  font-size: 16px;
}

.Bottom002561 .bottom {
  padding-bottom: 1.5%;
  position: relative;
}

.Bottom002561 .bottom dl {
  float: left;
  text-align: center;
  margin-right: 10%;
}

.Bottom002561 .bottom .contact {
  margin-right: 0;
}

.Bottom002561 .bottom dl a {
  color: #888;
}

.Bottom002561 .bottom dt {
  margin-bottom: 15px;
  text-align: left;
}

.Bottom002561 .bottom dt a {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.Bottom002561 .bottom dd {
  line-height: 34px;
  text-align: left;
  font-size: 18px;
}

.Bottom002561 .bottom dd a {
  opacity: 0.9;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  color: #666;
}

.Bottom002561 .bottom dd a:hover {
  opacity: 1;
}

.Bottom002561 .bottom .contact dt {
  margin-bottom: 5px;
  text-align: left;
  width: 70%;
  float: left;
}

.Bottom002561 .bottom .contact dt a {
  font-weight: normal;
}

.Bottom002561 .bottom .contact dt a span {
  font-size: 36px;
  display: block;
  color: #333;
  font-family: Heroic Condensed;
  font-weight: bolder;
  letter-spacing: 0.9px;
  margin-top: 12px;
}

.Bottom002561 .bottom .contact dt a span p{
        line-height: 30px!important;
    margin: 10px 0;
    font-size: 18px;
}

.Bottom002561 .contact img {
  display: block;
  max-width: 120px;
}

@media(max-width:1280px) {
  .Bottom002561 .bottom {
    margin-right: 2%;
  }
}

@media(max-width:1100px) {
  .Bottom002561 .bottom dl {
    margin-right: 5%;
  }
}

@media(max-width:1024px) {
  .Bottom002561 .bottom dl {
    display: none;
  }

  .Bottom002561 .contact {
    margin: 0 auto;
  }

  .Bottom002561 footer {
    border-top: none;
  }

  .Bottom002561 .bottom {
    padding-bottom: 0;
  }

  .Bottom002561 {
    padding-top: 0;
  }

}


@media(min-width:1024px) {
  .Floor002702 .section5 .T-news {
    padding-bottom: 0;
  }

  .Bottom002561 {
    position: static;
  }
}

@media(min-width:1600px) {
  .Bottom002561 .bottom dl {
    margin-right: 8%;
  }
}

/*Other002638 */
.Other002638 ul {
  position: fixed;
  right: 2%;
  z-index: 99;
  bottom: 6%;
}

.Other002638 li {
  position: relative;
  margin: 1px 0;
}

.Other002638 li b {
  font-weight: normal;
}

.Other002638 li&gt;a {
  display: block;
  width: 112px;
  height: 42px;
  background: rgba(196, 56, 50, 0.6);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}

.Other002638_2 li&gt;a {
  background: rgba(196, 56, 50, 1);
}

.Other002638 li&gt;a img {
  width: 24px;
  height: 22px;
  display: inline-block;
  margin-left: 5px;
}

.Other002638 li.li_tel .wap {
  display: none;
}

.Other002638 li.li_ser .wap {
  display: none;
}

.Other002638 li.li_tel aside {
  display: none;
  position: absolute;
  right: 100%;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 0;
  background: #fff;
  color: #c4261d;
  margin-right: 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
  font-size: 16px;
}

.Other002638 li.li_tel aside a {
  display: block;
}

.Other002638 li.li_email a {
  background-position: center -61px;
}

.Other002638 li.li_map a {
  background-position: center -122px;
}

.Other002638 li.li_gettop a {
  background-position: center -183px;
}

@media(min-width:1025px) {
  .Other002638 li.li_tel:hover aside {
    display: block;
  }
}

@media(max-width:1024px) {
  .Other002638 li.li_tel a {
    display: block;
  }

  .Other002638 li.li_tel .wap {
    display: none;
  }

  .Other002638 li&gt;a {
    width: 42px;
  }

  .Other002638 li&gt;a b {
    display: none;
  }
}

@media(max-width:640px) {
  .Other002638 ul {
    top: auto;
    margin-top: 0;
    bottom: 2%;
  }
}


.home-news .swiper-container {
  height: 165px;
  overflow: hidden;
}

.home-news .swiper-slide li {
  position: relative;
}

.home-news .swiper-slide a {
  padding-right: 0;
  position: relative;
  line-height: 30px;
  height: 30px;
  color: #fff;
  font-size: 18px;
  margin: 25px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 100px;
}

.home-news .swiper-slide a span {
  padding-right: 10px;
}

.home-news .swiper-slide a b {
  padding-right: 15px;
  position: relative;
  font-weight: normal;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}

.home-news .swiper-slide a b::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  top: 50%;
  margin-top: -5px
}

.home-news .swiper-slide a:hover b::after {
  border-color: #c4261d;
}

.home-news .swiper-slide a:hover b {
  color: #c4261d;
}

@media(min-width:1025px) {
  .home-news {
    font-size: 16px;
  }
}

@media(max-width:1200px) {
  .Floor002702 .section5 .auto {
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media(max-width:1024px) {
  .home-news .swiper-slide a span {
    display: none;
  }

  .Floor002702 .section5 .auto {
    padding-left: 2%;
    padding-right: 2%;
  }

  .Floor002702 .section5 .T-news {
    padding-bottom: 100px;
  }

  .home-news .swiper-slide a {
    line-height: 1.2rem;
    height: 2.8rem;
  }

  .home-news .swiper-slide a {
    margin: 0;
    padding-right: 100px;
    padding-top: 4px;
  }

  .home-news .swiper-container {
    height: 8.4rem;
    overflow: hidden;
    padding-top: 1rem;
  }
}

.Sub-title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  padding: 2% 0 0px;
  color: #c4261d;
}

.Sub-title span {
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  font-family: 'Heroic Condensed';
  color: #bbb;
  position: relative;
  font-weight: normal;
}

.Sub-title span:after {
  content: '';
  width: 30px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -15px;
  background: #c4261d;
}

/*PicList002045 */
.PicList002045 {
  padding: 3% 0 3%;
}

.PicList002045 li {
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  text-align: center;
  background: #fff;
}

.PicList002045 li:nth-child(4n) {
  margin-right: 0;
}

.PicList002045 li a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e8e8e8;
}

.PicList002045 li a:hover {
  border-width: 3px;
  border-color: #c4261d;
}

.PicList002045 li div {
  margin: 0 auto;
  padding: 20px;
}

.PicList002045 li figure {
  padding-bottom: 72%;
  background-size: contain;
}

.PicList002045 li figure img {
  display: none;
}

.PicList002045 li p {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
  font-weight: bolder;
}

@media(max-width:480px) {
  .PicList002045 li {
    width: 49%;
  }

  .PicList002045 li:nth-child(3n) {
    margin-right: 2%;
  }

  .PicList002045 li:nth-child(2n) {
    margin-right: 0;
  }

  .PicList002045 li p {
    font-size: 14px;
  }
}

.PicList002045_2 {
  padding-bottom: 2%;
}

.PicList002045_2 li div {
  padding: 0;
}

.PicList002045_2 li a {
  border: none;
}

.PicList002045_2 li p {
  padding: 0 10px;
}

/*Banner002145 */
.Banner002145 div {
  background-repeat: no-repeat;
  height: 460px;
  background-position: center top;
}

.Banner002145 img {
  display: none;
}

@media(max-width:1024px) {
  .Banner002145 {
    padding-top: 56px;
  }

  .Banner002145 div {
    display: none;
  }

  .Banner002145 img {
    display: block;
    width: 100%;
  }
}

.warp {
  background: #f8f8f8;
}

/*
 .Menu002361 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
.Menu002361 {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.Menu002361 .auto {
  position: relative;
  z-index: 2;
}

.Menu002361 header {
  position: absolute;
  top: 0;
  padding: 9px 10px;
  text-align: center;
  background: #c4261d;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.Menu002361 header span {
  font-size: 12px;
  color: #eee;
  text-transform: uppercase;
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Tahoma'
}

.Menu002361 ul {
  padding-left: 170px;
}

.Menu002361 li {
  float: left;
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-right: 3.5%;
}

.Menu002361 li:last-child {
  margin-right: 0%
}

.Menu002361 li a {
  color: #333;
  display: block;
  line-height: 72px;
  height: 72px;
  font-weight: bolder;
}

.Menu002361 li a:hover,
.Menu002361 li.aon a {
  border-bottom: 3px #c4261d solid;
  color: #c4261d;
}

.Menu002361_2 ol {
  display: none;
}

@media(max-width:1024px) {
  .Menu002361 .auto {
    padding: 0;
  }

  .Menu002361 header {
    position: relative;
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 65px;
    color: #fff;
    background-color: #c4261d;
    font-size: 18px;
    line-height: 19px;
  }

  .Menu002361 ul {
    padding-left: 0;
    display: block;
    width: 100%;
    height: auto;
  }

  .Menu002361 li {
    width: auto;
    margin: 0;
    padding: 0 3%;
  }

  .Menu002361_2 .auto {
    /* padding:0; */
  }

  .Menu002361_2 header {
    display: none;
  }

  .Menu002361_2 .auto {
    position: relative;
  }

  .Menu002361_2 ol {
    display: block;
    padding: 9px 10px;
    text-align: left;
    background: #c4261d;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
  }

  .Menu002361_2 ol a {
    color: #fff;
  }

  .Menu002361_2 ol span {
    font-size: 12px;
    color: #eee;
    text-transform: uppercase;
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Tahoma'
  }

  .Menu002361_2 ol span::before {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }

  .Menu002361_2 ul {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    display: none;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
  }

  .Menu002361_2 li {
    background-color: #fff;
    width: 25%;
    padding: 0;
  }

  .Menu002361_2 li a {
    padding: 0 2%;
    height: auto;
    padding: 22px 0;
    min-height: 74px;
    line-height: 24px;
    white-space: normal;
  }
}

@media(max-width:480px) {
  .Menu002361 header {
    padding-left: 10px;
  }

  .Menu002361 li {
    font-size: 16px;
  }
}

@media(max-width:375px) {
  .Menu002361 li {
    width: auto;
    margin: 0;
    padding: 0 2.5%;
  }

  .Menu002361_2 li {
    width: 33.333%;
  }
}


/*
 .news_info Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
.news_info {
  padding: 3% 0;
  /* font-weight:  bold; */
}

.news_info .single-header {
  text-align: center;
}

.news_info .single-header h1 {
  color: #c4261d;
  font-size: 20px;
  margin: 0 0 10px 0;
  /* font-weight:normal; */
}

.news_info .single-header h3 {
  color: #666;
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  position: relative;
}

.news_info .single-header h3:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ddd;
  width: 100%;
  z-index: 1;
  margin-top: 15px;
}

.news_info .single-header h3 span {
  position: relative;
  z-index: 2;
  padding: 0 30px;
  background-color: #f8f8f8;
}

.news_info .single-content {
  text-justify: inter-ideograph;
  text-align: justify;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-top: 2%;
}

.news_info .single-content p {
  text-indent: 2em;
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  line-height: 32px;
  /* font-weight: 600; */
}

.news_info .single-content .no-textindent {
  text-indent: 0;
  margin-top: 10px;
}

.news_info .fr {
  float: none;
}

.news_info .col2+.col2 {
  margin-top: 10px;
}

@media(max-width:950px) {
  .news_info .auto {
    padding: 0 2%;
  }
}

@media screen and (min-width:465px) {
  .news_info .col2 {
    width: 48%;
  }

  .news_info .fr {
    float: right;
  }

  .news_info .col2+.col2 {
    margin-top: 0;
  }
}

@media screen and (min-width:768px) {
  .news_info .single-header h1 {
    font-size: 24px;
  }

  .news_info .single-header h3 {
    font-size: 20px;
  }

  .news_info .single-content p {
    padding: 15px 0 0;
  }

  .news_info .single-header h3:after {
    background-color: #ddd;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: 0;
  }

}

@media screen and (min-width:1024px) {
  .news_info .single-header h1 {
    font-size: 32px;
  }
}



/*PicList002482 */
.PicList002482 {
  padding: 3% 0;
}

.PicList002482 ul {
  position: relative;
}

.PicList002482 li {
  border-bottom: 1px dashed #ededed;
  padding: 30px;
  position: relative;
  background: #fff;
  margin-top: 2%;
}

.PicList002482 li time {
  width: 88px;
  height: 95px;
  position: absolute;
  left: 30px;
  top: 30px;
  color: #999;
  background: url(../image/PicList002482-time.png) no-repeat top center;
  font-family: Arial;
  text-align: center;
  font-size: 16px;
}

.PicList002482 li time span {
  font-size: 32px;
  color: #666;
  padding-top: 18px;
  padding-bottom: 5px;
  display: block;
}

.PicList002482 li div {
  padding-left: 120px;
  min-height: 95px;
  padding-right: 3%;
}

.PicList002482 li h2 {
  font-size: 20px;
  color: #353535;
  margin: 0;
  padding-bottom: 20px;
}

.PicList002482 li:hover h2 .dot {
  color: #c4261d;
}

.PicList002482 li p {
  color: #666;
  line-height: 32px;
  font-size: 18px;
  margin: 0 0 30px 0;
  height: 64px;
  overflow: hidden;
}

.PicList002482 li a.more {
  font-size: 16px;
  width: 160px;
  height: 44px;
  display: inline-block;
  color: #c4261d;
  background: url(../image/PicList002482-more.png) no-repeat 0 0;
  padding-left: 16px;
  line-height: 44px;
}

.PicList002482 li:hover a.more {
  background-image: url(../image/PicList002482-more_hover.png);
  color: #fff;
}

.PicList002482 ol img {
  width: 100%;
}

.PicList002482 ol:nth-child(2) img,
.PicList002482 ol:nth-child(3) img {
  display: none;
}

.PicList002482 ol {
  position: relative;
  background-color: #fff;
  margin-bottom: 3%;
}


.PicList002482 ol .Ispic {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 39%;
}

.PicList002482 ol figure {
  padding-left: 43%;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 5%;
}

.PicList002482 ol:nth-child(1) figure {
  position: absolute;
  padding: 10px;
  left: 5%;
  bottom: 5%;
  width: 90%;
  z-index: 4;
}

.PicList002482 ol p {
  display: none;
  font-size: 18px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}

.PicList002482 ol:nth-child(1) p {
  display: block;
}


.PicList002482 ol .more {
  color: #c4261d;
  font-family: "Ã¥Â®â€¹Ã¤Â½â€œ";
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 20px;
  height: 36px;
  line-height: 34px;
}

.PicList002482 ol:nth-child(1) .more {
  color: #fff;
  opacity: 0.7
}

.PicList002482 h3:hover a {
  color: #c4261d;
}

.PicList002482 ol:nth-child(1)::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.PicList002482 ol:nth-child(1) .Ispic {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.PicList002482 time {
  position: relative;
  font-weight: bold;
  color: #878787;
  padding-bottom: 17px;
  display: inline-block;
  font-size: 18px;
}

.PicList002482 ol:nth-child(1) time {
  color: rgba(255, 255, 255, 0.6);
}

.PicList002482 time::before {
  position: absolute;
  content: '';
  width: 46px;
  height: 3px;
  background-color: #c4261d;
  left: 0;
  bottom: 0;
}

.PicList002482 h3 {
  font-size: 18px;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  margin: 0;
  margin: 10px 0 15px;
}

.PicList002482 ol:nth-child(1) h3 {
  height: auto;
  font-weight: bold;
}

.PicList002482 ol:nth-child(1) p {
  color: rgba(255, 255, 255, 0.7);
}

.PicList002482 ol:nth-child(1) h3 a {
  color: #fff;
}

@media(min-width:1001px) {

  .PicList002482 ol:nth-child(2),
  .PicList002482 ol:nth-child(3) {
    position: absolute;
    right: 0;
    width: 49.5%;
    top: 0;
  }

  .PicList002482 ol:nth-child(1) {
    width: 49%;
  }
}

@media(max-width:1100px) and (min-width:1001px) {
  .PicList002482 h3 {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
  }
}

@media(max-width:1000px) {
  .PicList002482 .auto {
    max-width: 768px;
  }

  .PicList002482 h3 {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
  }

  .PicList002482 ol {
    top: auto !important;
    height: auto !important;
  }
}

@media(max-width:480px) {
  .PicList002482 li p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
}

@media(max-width:375px) {
  .PicList002482 ol:nth-child(1) p {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
  }
}

/*
Ã¦â€“Â°Ã©â€”Â»Ã¨Â¯Â¦Ã¦Æ’â€¦ 
 */
.news_info {
  padding: 3% 0 4%;
}

.news_info .title {
  text-align: center;
  padding-bottom: 0px;
  background: none;
}

.news_info .title h1 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: normal;
}

.news_info .title p {
  margin: 0;
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 20px;
}

.news_info .title p span {
  margin: 0 36px;
  color: #999;
  font-size: 14px;
}

.news_info .info {
  text-align: justify;
  text-justify: inter-ideograph;
  padding-top: 20px;
}

.news_info .info img {
  margin: 15px auto;
  display: block;
  text-align: center;
}

.news_info .info p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 12px 0;
}

.news_info .info_back {
  text-align: center;
  clear: both;
  padding: 2% 0 20px 0;
}

.news_info .info_back a {
  color: #999;
  font-size: 14px;
}

.news_info .info_back a:hover {
  color: #e01212;
}

.news_info .info_back .goback {
  background: #e01212;
  padding: 12px 28px;
  color: #fff;
  border-radius: 6px;
}

.news_info .info_back .goback:hover {
  color: #fff
}

.news_info .info_back .prepage {
  float: left;
}

.news_info .info_back .nextpage {
  float: right;
}

@media screen and (min-width:1024px) {
  .news_info .title h1 h1 {
    font-size: 28px;
  }
}

@media screen and (max-width:640px) {
  .news_info .info_back dl dt {
    width: 18%;
    max-width: 160px;
  }

  .news_info .more {
    padding: 0 15px;
  }
}

@media screen and (max-width:480px) {
  .news_info .info_back dl dd {
    float: left;
    width: 77%;
  }

  .news_info .info_back dl dt {
    width: 21%;
    max-width: 180px;
  }

  .news_info .more {
    padding: 0 15px;
  }
}

@media screen and (max-width:375px) {
  .news_info .info_back dl dd {
    width: 71%;
  }

  .news_info .info_back dl dt {
    width: 26%;
  }
}

@media screen and (max-width:320px) {
  .news_info .info_back dl dd {
    width: 66%;
  }

  .news_info .info_back dl dt {
    width: 29%;
  }

  .news_info .more {
    padding: 0 10px;
  }
}


/*Page002545 */

.Page002545 .Pages {
  text-align: center;
  padding: 0% 0 3%;
}

.Page002545 .Pages a {
  display: inline-block;
  vertical-align: middle;
}

.Page002545 .Pages .p_cur,
.Page002545 .Pages .p_count,
.Page002545 .Pages .p_total,
.Page002545 .Pages .p_jump,
.Page002545 .Pages .a_first,
.Page002545 .Pages .a_end {
  display: none;
}

.Page002545 .Pages .a_prev,
.Page002545 .Pages .a_next {
  width: 50px;
  height: 32px;
  overflow: hidden;
  line-height: 1000px;
  position: relative;
}

.Page002545 .Pages .a_prev {
  left: 0;
}

.Page002545 .Pages .a_next {
  right: 0;
}

.Page002545 .Pages .a_prev::before,
.Page002545 .Pages .a_next::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-width: 16px;
  border-bottom-width: 16px;
}

.Page002545 .Pages .a_prev::before {
  border-right-color: #c4261d;
  border-left: 0;
}

.Page002545 .Pages .a_next::before {
  border-left-color: #c4261d;
  border-right: 0;
}

.Page002545 .Pages em {
  vertical-align: middle;
  overflow: hidden;
  font-style: normal;
  display: inline-block;
  font-family: 'Heroic Condensed';
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px;
}

.Page002545 .Pages em a {
  float: left;
  margin: 0 10px;
  font-size: 20px;
  font-weight: normal;
  background: #eee;
  padding: 5px 15px;
}

.Page002545 .Pages .num a:hover,
.Page002545 .Pages a.a_cur {
  background: #c4261d;
  color: #fff;
}

@media(max-width:480px) {

  .Page002545 .Pages .a_prev,
  .Page002545 .Pages .a_next {
    width: 50px;
  }
}




/*Timeline000397 */
.Timeline000397 {
  position: relative;
  padding: 20px 0;
}

.Timeline000397::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #9c6807;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 1;
}

.Timeline000397 .owl-stage-outer {
  overflow: hidden;
}

.Timeline000397 .owl-item {
  float: left;
}

.Timeline000397 .auto {
  position: relative;
  z-index: 2;
}

.Timeline000397 .bd li {
  float: left;
  width: 200px;
}

.Timeline000397 .owl-nav button {
  padding: 0;
  font-size: 22px;
  color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #9c6807;
  background: #b8882e;
  z-index: 10;
  cursor: pointer;
}

.Timeline000397 .owl-nav button span {
  display: block;
  line-height: 20px;
  margin-top: -1px;
}

.Timeline000397 .owl-nav button.disabled {
  cursor: default;
  background: #e7b659;
}

.Timeline000397 .item {
  position: relative;
}

.Timeline000397 .item .icon {
  width: 12px;
  background: url(http://www.jinguyuan.com.cn/cn/images/Timeline000397-icon1.jpg) no-repeat left bottom;
}

.Timeline000397 .item div {
  color: #999;
}

.Timeline000397 .item time {
  text-align: center;
  color: #9c6807;
}

@media(min-width:1001px) {
  .Timeline000397 .owl-prev {
    left: -24px;
  }

  .Timeline000397 .owl-next {
    right: -24px;
  }
}

@media(min-width:601px) {
  .Timeline000397 .item {
    height: 420px;
  }

  .Timeline000397 .item .icon {
    height: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    margin-top: -2px;
  }

  .Timeline000397 .owl-item:nth-child(2n) .icon {
    top: 50%;
    background-image: url(http://www.jinguyuan.com.cn/cn/images/Timeline000397-icon2.jpg);
    background-position: 0 5px;
  }

  .Timeline000397 .item div {
    line-height: 18px;
    overflow: auto;
    max-height: 126px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 310px;
  }

  .Timeline000397 .owl-item:nth-child(2n) .item div {
    bottom: auto;
    top: 310px;
  }

  .Timeline000397 .item time {
    position: absolute;
    width: 100%;
    top: 52%;
  }

  .Timeline000397 .owl-item:nth-child(2n) .item time {
    top: 43%;
  }
}

@media(max-width:1000px) {
  .Timeline000397 .owl-prev {
    left: 0;
  }

  .Timeline000397 .owl-next {
    right: 0;
  }
}

@media(max-width:600px) {
  .Timeline000397::before {
    top: 60px;
    margin-top: 0;
  }

  .Timeline000397 .item time {
    font-weight: bold;
    font-size: 18px;
    display: block;
    line-height: 40px;
  }

  .Timeline000397 .item {
    padding: 0 5%;
  }

  .Timeline000397 .owl-nav button {
    top: 30px;
    margin-top: 0;
  }

  .Timeline000397 .item .icon {
    display: block;
    margin: 0 auto;
    height: 50px;
    background-position: center bottom;
    background-image: url(http://www.jinguyuan.com.cn/cn/images/Timeline000397-icon2.jpg);
  }

  .Timeline000397 .item div {
    padding-top: 4%;
  }
}

/*
 .RighInfo001277 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
.RighInfo001277 {
  padding: 2% 0;
}

.RighInfo001277 .top_box {
  background: #fff;
  padding: 3%;
}

.RighInfo001277 .right_info h1,
.RighInfo001277 .right_info h3,
.RighInfo001277 .right_info h1 {
  padding: 1% 0 20px;
  color: #c4261d;
  font-size: 24px;
  margin: 0;
  border-bottom: 1px #eee solid;
  margin-bottom: 3%;
}

.RighInfo001277 .right_info h3 {
  font-size: 20px;
  font-weight: normal;
}

.RighInfo001277 .right_info p {
  line-height: 30px;
  color: #666;
  margin: 0;
  font-size: 16px;
  padding-bottom: 10px;
}

.RighInfo001277 .right_info a {
  display: inline-block;
  border: 1px solid #c4261d;
  padding: 10px 8%;
  color: #c4261d;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  font-size: 16px;
  margin-top: 2%;
}

.RighInfo001277 .right_info a:hover {
  background-color: #c4261d;
  color: #fff;
}

.RighInfo001277 .tab {
  padding: 3% 0;
}

.RighInfo001277 .tab .h1_tab {
  margin: 0;
  border-bottom: 1px solid #e7e8e8;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  /*float: left;width: 18%;*/
}

.RighInfo001277 .tab .h1_tab span {
  /*padding:0 5%;line-height:56px;background-color: #eee;cursor:pointer;font-size: 18px; font-style:normal;display: block;*/
  text-align: center;
  float: left;
  width: 16%;
  margin-right: 6px;
}

.RighInfo001277 .tab .h1_tab span img {
  width: 76px;
  height: 76px
}

.RighInfo001277 .tab .h1_tab i:last-child {
  border-bottom: none
}

.RighInfo001277 .tab .h1_tab i {
  padding: 0 5%;
  line-height: 56px;
  background-color: #eee;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  display: block;
  text-align: center;
  /* float: left;width: 16%;margin-right: 6px;*/
}

.RighInfo001277 .tab .h1_tab .on i {
  background-color: #c4261d;
  color: #fff;
}

.RighInfo001277 .tab .info {
  padding: 3%;
  background: #fff;
}

.RighInfo001277 .tab .info:nth-of-type(2) dl {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.RighInfo001277 .tab .info:nth-of-type(2) dl dd {
  width: 22%;
  margin: 10px;
  float: left;
  text-align: center;
}

.RighInfo001277 .tab .info:nth-of-type(2) dl dd p {
  padding: 0 20px
}

.partner .txt {
  padding: 0 0 40px 0;
}

.partner .txt h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0;
  color: #c4261d;
}

.partner .txt p {
  line-height: 24px;
  margin: 0;
}

.partner dd {
  float: left;
  margin-right: 2%;
  width: 15%;
}

.partner dd:nth-of-type(6n) {
  margin-right: 0;
}

.RighInfo001277 .tab .info dl dd img,
.partner dd img {
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.partner dd p {
  text-align: center;
  line-height: 20px;
  height: 40px;
}

.RighInfo001277 .partner dd img {
  height: 171px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  padding: 0 10px;
}


@media(max-width:768px) {
  .RighInfo001277 .tab .info dl dd {
    width: 25%;
  }

  .RighInfo001277 .tab .info dl dd p {
    padding: 0;
  }

  .RighInfo001277 .tab {
    width: 100%;
  }

  .RighInfo001277 .list_img,
  .RighInfo001277 .right_info {
    float: none;
    width: auto;
  }

  .partner dd {
    float: left;
    margin-right: 2%;
    width: 18%;
  }

  .partner dd:nth-of-type(6n) {
    margin-right: 2%;
  }

  .partner dd:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media(max-width:640px) {
  .RighInfo001277 .list li {
    height: 100px;
  }

  .RighInfo001277 .right_info h1 {
    font-size: 20px;
  }

  .RighInfo001277 .right_info h3 {
    font-size: 16px;
  }

  .partner dd {
    float: left;
    margin-right: 2%;
    width: 23.5%;
  }

  .partner dd:nth-of-type(6n) {
    margin-right: 2%;
  }

  .partner dd:nth-of-type(5n) {
    margin-right: 2%;
  }

  .partner dd:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media(max-width:480px) {
  .RighInfo001277 .tab .info dl dd {
    width: 40%;
  }

  .RighInfo001277 .list {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .RighInfo001277 .list a {
    height: 28px;
  }

  .RighInfo001277 .list li {
    height: 80px;
  }

  .RighInfo001277 .tab .h1_tab {
    font-size: 14px;
    width: 100%
  }

  .RighInfo001277 .tab .h1_tab span {
    padding: 0 2%;
    margin-right: 0;
    width: 32.5%;
  }

  .RighInfo001277 .tab .h1_tab span img {
    width: auto;
    height: auto
  }

  .RighInfo001277 .tab .h1_tab i {
    padding: 15px 12px;
    line-height: 32px;
    width: auto;
  }

  .partner dd {
    float: left;
    margin-right: 2%;
    width: 31.333%;
  }

  .partner dd:nth-of-type(4n) {
    margin-right: 2%;
  }

  .partner dd:nth-of-type(3n) {
    margin-right: 0;
  }

}

@media(max-width:375px) {
  .partner dd {
    float: left;
    margin-right: 2%;
    width: 49%;
  }

  .partner dd:nth-of-type(3n) {
    margin-right: 2%;
  }

  .partner dd:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media(max-width:320px) {
  .RighInfo001277 .tab .h1_tab span {
    padding: 0 2%;
    margin-right: 0;
    width: 49.5%;
  }
}

/*
 .TextList001652 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
.TextList001652 {
  padding: 3% 0;
}

.TextList001652 .list_ul,
.TextList001652 .job_ol {
  overflow: hidden;
  clear: both;
}

.TextList001652 .job_ol li,
.TextList001652 .list_ul li {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
}

.TextList001652 .job_ol li {
  background-color: #c4261d;
  color: #fff;
  line-height: 3em;
  font-size: 18px;
}

.TextList001652 .list {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}

.TextList001652 .job_info {
  display: none;
}

.TextList001652 .list_ul li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 36px;
}

.TextList001652 .list_ul li:nth-child(5) a {
  border: 1px solid #ededed;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  padding: 10px 7%;
  line-height: 0.8em;
}

.TextList001652 .list_ul li:nth-child(5) a:hover {
  background-color: #c4261d;
  color: #fff;
}

.TextList001652 .job_info {
  padding: 2% 5% 2%;
  background: #fffbfb;
  border-top: 1px #eee solid;
}

.TextList001652 .job_info p {
  line-height: 32px;
  font-size: 16px;
}

.TextList001652 .job_info p strong {
  color: #333;
  font-size: 18px;
}

@media(max-width:640px) {

  .TextList001652 .job_ol li,
  .TextList001652 .list_ul li {
    width: 25%;
  }

  .TextList001652 .job_ol li:nth-child(4),
  .TextList001652 .list_ul li:nth-child(4) {
    display: none;
  }
}

/*
 .Form001725 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
.Form001725 {
  padding: 35px 0;
}

.queueList {
  margin: 0 !important;
}

.Form001725 .form {
  max-width: 1200px;
  width: 100%;
}

.Form001725 .form td {
  padding-bottom: 26px;
  font-size: 14px;
}

.Form001725 .form td.w1 {
  width: 49%;
}

.Form001725 .form td.w2 {
  width: 0%;
}

.Form001725 .form .text {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  line-height: 36px;
  padding: 4px 0;
  text-indent: 10px;
  background: none;
  height: 42px;
}

.Form001725 .form p {
  margin: 0 0 15px 0;
  color: #c4261d;
  background: url(http://www.jinguyuan.com.cn/cn/images/Form001725-icon.png) no-repeat left center;
  padding-left: 0;
  font-size: 16px;
}

.Form001725 .form td em {
  font-style: normal;
  color: #bcbcbc;
}

.Form001725 .form td em i {
  font-style: normal;
  color: #fadbbe;
}

.Form001725 .form .btn {
  background: #c4261d;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  width: 60%;
  max-width: 180px;
  height: 50px;
  border-radius: 3px;
  border: none;
  margin-top: 35px;
}

.Form001725 .form dl {
  position: relative;
}

.Form001725 .form dt {
  text-indent: 10px;
  cursor: pointer;
  border: 1px solid #cfcfcf;
  line-height: 36px;
  height: 36px;
  background: url(http://www.jinguyuan.com.cn/cn/images/Form001725-check.png) no-repeat 95% center;
}

.Form001725 .form dd {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #eee;
  width: 100%;
  z-index: 10;
}

.Form001725 .form dd a {
  display: block;
  line-height: 36px;
  padding: 0 10px;
}

.Form001725 .form dd a:hover {
  background-color: #ccc;
}

@media(max-width:1200px) {
  .Form001725 .auto {
    padding: 0 2%
  }

  .Form001725 .form td.w1 {
    width: 44%;
  }

  .Form001725 .form td.w2 {
    width: 2%;
  }

  .Form001725 .form td.w1 .text {
    width: 98%;
  }

  .Form001725 .form .text {
    width: 99%;
  }
}

@media(max-width:480px) {
  .wu-example {
    max-width: 480px;
    display: block;
  }
}

/*Floor001893*/
.Floor001893 {
  padding: 5% 0% 0;
}

.Floor001893 .year {
  position: relative;
  padding: 0 40px;
}

.Floor001893 .year .prev,
.Floor001893 .year .next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background: url(../image/Floor001893-controls.png) no-repeat left top;
  cursor: pointer;
}

.Floor001893 .year .prev {
  left: 0;
}

.Floor001893 .year .next {
  right: 0;
  background-position: left bottom;
}

.Floor001893 .year .nextStop,
.Floor001893 .year .prevStop {
  cursor: default;
}

.Floor001893 .year .prevStop {
  background-position: right top;
}

.Floor001893 .year .nextStop {
  background-position: right bottom;
}

.Floor001893 .year .bd {
  background: url(../image/Floor001893-bg.png) repeat-x left center;
  overflow: hidden;
}

.Floor001893 .year li {
  cursor: pointer;
  text-align: center;
  background: url(../image/Floor001893-dot.png) no-repeat center center;
  font-size: 18px;
  padding-bottom: 40px;
}

.Floor001893 .year li span {
  display: block;
  height: 130px;
  padding-top: 10px;
  font-weight: bolder;
}

.Floor001893 .year li:before {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 20px solid transparent;
  content: '';
}

.Floor001893 .year li.on {
  font-size: 28px;
  color: #c4261d;
  background-image: url(../image/Floor001893-dot_hover.png);
}

.Floor001893 .year li.on:before {
  border-top-color: #f1f1f1;
}

.Floor001893 .year li.on span {
  padding-top: 0;
}

.Floor001893 .txt {
  background-color: #fff;
}

.Floor001893 .txt li {
  padding: 3% 3% 3% 0;
  position: relative;
}

.Floor001893 .txt li .img {
  position: absolute;
  right: 0;
  width: 47%;
  top: 3%;
}

.Floor001893 .txt li .img img {
  display: block;
  width: 100%;
}

.Floor001893 .txt li dl {
  display: table;
  width: 100%;
  min-height: 300px;
}

.Floor001893 .txt li dl dt,
.Floor001893 .txt li dl dd {
  display: table-cell;
  vertical-align: top;
}

.Floor001893 .txt li dl dt {
  border-right: 1px solid #cacaca;
  width: 245px;
  text-align: right;
  font-size: 62px;
  color: #c4261d;
}

.Floor001893 .txt li dl dt span {
  display: block;
  padding-right: 30px;
  font-weight: bolder;
}

.Floor001893 .txt li dl dt:after {
  display: block;
  float: right;
  ;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #c4261d;
  display: none
}

.Floor001893 .txt li dl dd pre {
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
}

@media(max-width:1000px) {
  .Floor001893 .txt li {
    padding-right: 3%;
  }

  .Floor001893 .txt li dl {
    position: relative;
    z-index: 1;
  }

  .Floor001893 .txt li .img {
    display: none;
  }

  .Floor001893 .txt li dl {
    min-height: none;
  }

  .Floor001893 .txt li dl dt {
    width: 170px;
    font-size: 50px;
  }

  .Floor001893 .txt li dl dd pre {
    font-size: 14px;
    line-height: 20px;
  }
}

@media(max-width:768px) {
  .Floor001893 .title {
    font-size: 26px;
  }

  .Floor001893 .title span {
    font-size: 20px;
  }

  .Floor001893 .title:after {
    height: 3px;
  }
}

@media(max-width:480px) {
  .Floor001893 .txt li dl dt {
    width: 120px;
    font-size: 32px;
  }
}

@media(max-width:375px) {

  .Floor001893 .txt li dl dd,
  .Floor001893 .txt li dl dt,
  .Floor001893 .txt li dl {
    display: block;
  }

  .Floor001893 .txt li dl dd pre {
    padding: 0 10px;
  }

  .Floor001893 .txt li dl dt {
    width: auto;
    border-right: 0;
    overflow: hidden;
    padding: 0 10px 20px;
  }

  .Floor001893 .txt li dl dt span {
    text-align: left;
  }
}


/*
 .Map001070 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
.Map001070 {
  padding: 2% 0 1%;
}

.Map001070 dd {
  border: 1px solid #e7e7e7;
  margin-bottom: 2%;
  padding-right: 53%;
  background-color: #fff;
  position: relative;
}

.Map001070 .map * {
  max-width: none;
}

.Map001070 dd figure {
  padding: 10% 0 10% 3%;
}

.Map001070 dd figure h1 {
  font-size: 24px;
  color: #c4261d;
  padding: 10px 0 16px 35px;
  margin: 0;
  border-bottom: dashed 1px #ddd;
}

.Map001070 dd ul {
  padding-top: 16px;
  padding-left: 38px
}

.Map001070 dd li {
  line-height: 24px;
  margin: 32px 0;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  color: #555;
}

.Map001070 dd li:nth-child(1) {
  background-image: url(../image/Map001070-ico_01.png);
}

.Map001070 dd li:nth-child(2) {
  background-image: url(../image/Map001070-ico_02.png);
}

.Map001070 dd li:nth-child(3) {
  background-image: url(../image/Map001070-ico_03.png);
}

.Map001070 dd li:nth-child(4) {
  background-image: url(http://www.jinguyuan.com.cn/cn/images/Map001070-ico_04.png);
}

.Map001070 dd li:nth-child(5) {
  background-image: url(http://www.jinguyuan.com.cn/cn/images/Map001070-ico_05.png);
}

@media(min-width:641px) {
  .Map001070 .map {
    position: absolute !important;
    width: 50%;
    right: 0;
    height: 100%;
    top: 0;
  }
}

@media(max-width:640px) {
  .Map001070 dd {
    padding: 3%;
  }

  .Map001070 .map {
    height: 300px;
    position: relative !important;
  }

  .Map001070 dd figure {
    padding: 0;
  }
}

@media(max-width:480px) {
  .Map001070 dd figure h1 {
    font-size: 20px;
  }
}


/*
 .TextList002241 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
*/ .TextList002241 {
  padding: 0% 0 3%;
  font-size: 16px;
  padding-bottom: 35px;
}

.TextList002241 .list dl {
  display: block;
  margin-bottom: 25px;
  padding: 30px 40px;
  background: #fff;
}

.TextList002241 .list dl dt {
  color: #333;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.5em;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 16px;
  font-weight: bold;
}

.TextList002241 .list dl dd {
  color: #666;
  font-weight: 700;
  margin: 32px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 35px;
  line-height: 24px;
}

.TextList002241 .list dl dd:nth-child(2) {
  background-image: url(../image/Map001070-ico_01.png);
}

.TextList002241 .list dl dd:nth-child(3) {
  background-image: url(../image/Map001070-ico_02.png);
}

.TextList002241 .list dl dd:nth-child(4) {
  background-image: url(../image/Map001070-ico_03.png);
}

.TextList002241 .list dl dd.hl {
  height: 45px;
  overflow: hidden;
}

.TextList002241 .list dl dd span {
  color: #666;
  font-weight: normal;
}

/*.TextList002241 .list dl:hover{background: #c4261d;}
.TextList002241 .list dl:hover{color: #fff;}
.TextList002241 .list dl:hover dt{color: #fff;}
.TextList002241 .list dl:hover dt+dd{color: #fff;}
.TextList002241 .list dl:hover dd{color: #fff;}
.TextList002241 .list dl:hover dd span{color: #fff;}*/

@media (min-width: 640px) {
  .TextList002241 .auto {
    overflow: hidden;
  }

  .TextList002241 .list dl {
    float: left;
    width: 48%;
    margin: 0 2% 25px 0;
  }
}

@media (min-width: 1024px) {
  .TextList002241 .list dl {
    width: 49%;
    margin-right: 2%;
    min-height: 265px;
  }

  .TextList002241 .list dl:nth-child(2n) {
    margin-right: 0;
  }

  .TextList002241 .list dl:last-child {
    width: 100%;
    margin-right: 0;
    min-height: 0;
  }
}

@media (max-width: 1024px) {
  .TextList002241 .list dl dt {
    white-space: normal;
    line-height: 28px;
    height: auto;
  }
}

@media (min-width:640px) {
  .TextList002241 .list dl {
    min-height: 308px;
  }
}

@media (max-width:641px) {
  .TextList002241 .list dl {
    max-height: 284px;
  }
}


/*
 .Timeline002237 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
.Timeline002237 {
  padding: 55px 0;
}

.Timeline002237 ul {
  list-style: none;
}

.Timeline002237 .history-wrap {
  position: relative;
  overflow: hidden;
}

.Timeline002237 .history-years {
  width: 159px;
  position: absolute;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 220;
  opacity: 0;
}

.Timeline002237 .history-years_wrap {
  width: 159px;
}

.Timeline002237 .history-years_wrap ul {
  width: 24px;
  float: right;
  position: relative;
  margin-top: -2px;
}

.Timeline002237 .history-years_wrap li {
  width: 18px;
  height: 150px;
  line-height: 42px;
  text-align: center;
  background: url(../image/dev_br.png) no-repeat -12px center;
  background-size: auto 100%;
  margin-top: -1px;
  margin-right: 5px;
}

.Timeline002237 .history-years_wrap li span {
  position: relative;
  padding-right: 42px;
  color: #5e5e5e;
  font-family: Arial;
  float: right;
  right: -4px;
  margin-top: -1px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 100;
  background: url(../image/Timeline002237-lc_06.png) no-repeat 58px center;
}

.Timeline002237 .history-years_wrap li.active span {
  font-size: 38px;
  color: #c4261d;
  font-weight: bold;
  background: url(../image/Timeline002237-lc_03.png) no-repeat 120px center;
  background-size: 24px 24px;
}

.Timeline002237 .history-years_box {
  height: 580px;
  overflow: hidden;
  width: 150px;
  position: relative;
  margin-bottom: 15px;
}

.Timeline002237 .history-years_top {
  display: block;
  width: 16px;
  height: 10px;
  background: url(../image/Timeline002237-dev_top.jpg) no-repeat;
  margin-bottom: 15px;
  position: relative;
  float: right;
  right: -2px;
  display: none;
}

.Timeline002237 .history-years_bottom {
  display: block;
  width: 20px;
  height: 12px;
  background: url(../image/Timeline002237-lc_09.png) no-repeat;
  margin-bottom: 15px;
  position: relative;
  float: right;
  right: 13px;
  top: -13px
}

.Timeline002237 .history-list {
  width: 1000px;
  float: right;
}

.Timeline002237 .history-list .history-list_part&gt;h4 {
  color: #d2d2d2;
  border-top: 5px solid #d2d2d2;
}

.Timeline002237 .history-list ul {
  position: relative;
  margin-bottom: 30px;
}

.Timeline002237 .history-list li {
  width: 49.6%;
  margin-bottom: 22px;
}

.Timeline002237 .history-list li .year_wrap {
  width: 95%;
  border: 1px solid #dddddd;
}

.Timeline002237 .history-list li.odd .year_wrap {
  float: right;
}

.Timeline002237 .history-list li .year_wrap img {
  width: 100%;
}

.Timeline002237 .year_box {
  padding: 20px;
  position: relative;
  z-index: 20;
  background: #fff;
}

.Timeline002237 .year_box h4 {
  color: #c4261d;
  margin-bottom: 6px;
}

.Timeline002237 .year_box p {
  color: #616161;
  font-size: 16px;
  line-height: 23px;
}

.Timeline002237 .news_index_l .public_list_img {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .Timeline002237 .history-list_year {
    font-size: 105px;
    margin: 0
  }

  .Timeline002237 .history-years_wrap li.active span {
    font-size: 46px !important;
  }
}

.Timeline002237 .history-list .year_box h4 {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin: 10px 0 0
}

.Timeline002237 .history-list .year_box span {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 23px;
}

.Timeline002237 .history-list .year_box h4:hover em {
  opacity: 1;
}

.Timeline002237 .history-list .year_box em {
  opacity: 0;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  margin-left: 14px;
  background: #d2d2d2;
  width: 91px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  -webkit-transition: all .3s;
}

.Timeline002237 .history-list .year_box em:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(http://www.jinguyuan.com.cn/cn/images/Timeline002237-add_icon_10.png);
  left: -5px;
}

.Timeline002237 #swiper-container2 {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .Timeline002237 .history-list {
    width: 726px;
  }
}

@media only screen and (max-width: 1140px) {
  .Timeline002237 .history-list_year {
    font-size: 70px;
    margin: 15px 0 10px;
  }
}

@media only screen and (max-width: 1023px) {

  .Timeline002237 .history-years {
    width: 20%;
    display: none;
  }

  .Timeline002237 #swiper-container2 .swiper-slide {
    text-align: center;
    line-height: 30px;
    height: 30px;
  }

  .Timeline002237 #swiper-container2 .swiper-slide.active-nav {
    color: #005bac;
    font-size: 18px;
  }

  .Timeline002237 .history-list {
    padding-left: 0;
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

/*PicList002172 */
.PicList002172 {
  padding: 5% 0;
}

.PicList002172 .owl-carousel {
  padding: 0 30px;
}

.PicList002172 .item {
  padding: 0 15px;
}

.PicList002172 .item figure {
  border: 1px solid #e8e8e8;
  padding: 8%;
}

.PicList002172 .item img {
  display: none;
}

.PicList002172 .item figure span {
  display: block;
  padding-bottom: 65%;
  background-size: contain;
}

.PicList002172 .owl-carousel .ON figure {
  border-color: #c4261d;
}

.PicList002172 .owl-nav div {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  margin-top: -14px;
  background: url(../image/PicList002172-btn.png) no-repeat left bottom;
  overflow: hidden;
  line-height: 1000px;
}

.PicList002172 .owl-nav .owl-prev {
  left: 0;
}

.PicList002172 .owl-nav .owl-prev.disabled {
  background-position: left top;
}

.PicList002172 .owl-nav .owl-next {
  right: 0;
  background-position: right bottom;
}

.PicList002172 .owl-nav .owl-next.disabled {
  background-position: right top;
}

.PicList002172 .owl-nav div.disabled {
  cursor: default;
}

.PicList002172 .hover {
  padding-top: 10%;
  position: relative;
  margin-bottom: 5%;
}

.PicList002172 .hover dl {
  display: none;
}

.PicList002172 .hover dl dt {
  background: #eeeeee;
  color: #c4261d;
  padding: 5% 65% 5% 5%;
}

.PicList002172 .hover dl dt p {
  margin: 0;
  text-align: center;
  font-size: 24px;
}

.PicList002172 .hover dl dt p.txt:after,
.PicList002172 .hover dl dt p.year:before {
  display: block;
  content: '';
  height: 20px;
  background: url(../image/PicList002172-icon.png) no-repeat left top;
}

.PicList002172 .hover dl dt p.year {
  padding-bottom: 3%;
}

.PicList002172 .hover dl dt p.txt:after {
  background-position: right top;
}

.PicList002172 .hover dl dd {
  position: absolute;
  right: 0;
  height: 100%;
  width: 55%;
  top: 0;
  background-size: contain;
  /*background-color:#fff;*/
}

.PicList002172 .hover dl dd img {
  display: none;
}

@media(max-width:1000px) {
  .PicList002172 .item {
    padding: 0 10px;
  }
}

@media(max-width:640px) {
  .PicList002172 .hover {
    padding-top: 0;
  }

  .PicList002172 .hover dl dt {
    padding-right: 5%;
    margin-bottom: 2%;
  }

  .PicList002172 .hover dl dd {
    position: relative;
    height: auto;
    width: auto;
    padding-bottom: 50%;
  }
}

@media(max-width:480px) {
  .PicList002172 .hover dl dt p {
    font-size: 18px;
  }

  .PicList002172 .hover dl dt p.txt:after,
  .PicList002172 .hover dl dt p.year:before {
    height: 12px;
    background-size: auto 100%;
  }
}

/**Ã¦Ââ€™Ã¤Â»Â¶Ã¦Â&nbsp;Â·Ã¥Â¼Â Ã¦Å“â€°Ã§â€ºÂ¸Ã¥ÂÅ’ Ã§â€¢â„¢Ã¤Â¸â‚¬Ã¤Â¸ÂªÃ¥ÂÂ³Ã¥ÂÂ¯**/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

/*.owl-carousel .owl-item img{display:block;width:100%}*/
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
  -webkit-transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

/***end**/
/*RighInfo002218*/
.RighInfo002218 {
  text-justify: inter-ideograph;
  text-align: justify;
  word-wrap: break-word;
  clear: both;
  overflow: hidden;
  min-height: 246px;
  padding: 2% 0 5%;
}

.RighInfo002218 .box1 {
  /* padding:15px 15px 15px 15px; */
  color: #555;
  font-size: 14px;
  line-height: 30px;
}

.RighInfo002218 .box1 .pic {
  float: right;
  margin-left: 4%;
}

.RighInfo002218 .box1 .h1 {
  font-size: 18px;
  color: #c4261d;
  margin: 0 0 20px 0;
}

.RighInfo002218 .box1 .h3 {
  font-size: 18px;
  color: #c4261d;
  line-height: 34px;
  font-weight: normal;
}

.RighInfo002218 h3.h3s {
  font-size: 18px;
  color: #c4261d;
  line-height: 34px;
  font-weight: normal;
  padding-left: 15px;
  margin-bottom: -10px;
}

.RighInfo002218 .box1 b {
  color: #c4261d;
}

.RighInfo002218 .box1 figure {
  padding: 3.5% 0%;
  color: #555;
}

.RighInfo002218 .list {
  padding-top: 5%;
}

.RighInfo002218 .list li {
  display: block;
  float: left;
  width: 41%;
}

.RighInfo002218 .list li:nth-child(2n) {
  padding: 0 3.5% 0 4%;
}

.RighInfo002218 .list li:nth-child(2n) p {
  padding-right: 0;
}

.RighInfo002218 .list li:first-child,
.RighInfo002218 .list li:last-child {
  width: 28.333%;
}

.RighInfo002218 .box2 .list {
  padding-top: 0%;
}

.RighInfo002218 .box2 .list li {
  width: 28.333%;
  min-height: 105px;
  margin-bottom: 2%;
}

.RighInfo002218 .box2 .list li:nth-child(4) {
  padding: 0 3.5% 0 0;
}

.RighInfo002218 .box2 .list li:nth-child(2n) {
  width: 41%;
}

.RighInfo002218 .list img {
  float: left;
  margin-right: 3%;
  max-width: 98px;
}

.RighInfo002218 .list figure {
  padding-top: 0%;
  line-height: 28px;
}

.RighInfo002218 .list h2 {
  font-weight: normal;
  color: #c4261d;
  font-size: 18px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.RighInfo002218 .list p {
  margin: 10px 0 0;
  color: #555;
  overflow: hidden;
  /*white-space: nowrap; */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media(max-width:1000px) {
  .RighInfo002218 .box1 .pic {
    float: none;
    margin: 0 auto 3% auto;
    display: block;
  }

  .RighInfo002218 .list figure {
    padding: 3% 0;
  }

  .RighInfo002218 .list li {
    width: 100% !important;
    padding: 0 !important;
    margin: 2% 0;
    max-width: 400px;
  }
}

@media(min-width:1024px) {

  .RighInfo002218 .box1 .h1,
  .RighInfo002218 h3.h3s {
    font-size: 22px;
  }

  .RighInfo002218 .box1 .divp {
    font-size: 16px;
  }

  .RighInfo002218 .list h2 {
    font-size: 22px;
  }

  .RighInfo002218 .box1 .h3 {
    font-size: 20px;
  }

  .RighInfo002218 .list p {
    font-size: 16px;
  }

}

/*RighInfo002218 End*/





/*
 .Menu001651 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
.Menu001651 ol {
  font-size: 18px;
  background-color: #eee;
  text-align: center;
  line-height: 51px;
  margin-bottom: 20px;
}

@media(min-width:1024px) {
  .Menu001651 {
    margin-top: 40%;
  }

  .Menu001651 {
    border: 1px solid #eee;
  }

  .Menu001651 li {
    padding-bottom: 11px;
    position: relative;
  }

  .Menu001651 li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 34px;
    line-height: 57px;
  }

  .Menu001651 li::before {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 28.5px solid transparent;
    border-bottom: 28.5px solid transparent;
    border-left: 19px solid #c4261d;
    top: 0;
    right: -19px;
  }

  .Menu001651 li:hover a,
  .Menu001651 li.aon a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #c4261d;
  }

  .Menu001651 li:hover::before,
  .Menu001651 li.aon::before {
    content: '';
  }
}

@media(max-width:1024px) {
  .Menu001651 {
    padding: 2% 0;
  }

  .Menu001651 ol {
    display: none;
  }

  .Menu001651 li {
    float: left;
    text-align: center;
    position: relative;
    padding-right: 1em;
    padding-bottom: 0.5em;
  }

  .Menu001651 li a {
    display: block;
    line-height: 2.5em;
    padding: 0 1em;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  .Menu001651 li a:hover,
  .Menu001651 li.aon a {
    color: #fff;
    font-weight: bold;
    background-color: #c4261d;
  }
}




/*
 ..Floor002179 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
.Floor002179 .Hfloor5 ul,
.Floor002179 .Hfloor5 ul li {
  list-style: none;
}

.Floor002179 .Hfloor5 .box .cellbox .h2,
.Floor002179 .Hfloor5 .thumbnail-card-header {
  text-transform: uppercase;
}

.Floor002179 .Hfloor5 {
  padding: 3% 0;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}

.Floor002179 .Hfloor5 .box {
  position: relative;
}

.Floor002179 .Hfloor5 .box .cellbox {}

.Floor002179 .Hfloor5 .box .cellbox .h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: .2em;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}

.Floor002179 .Hfloor5 .box .con {
  margin: 20px auto 0;
  color: #999;
  max-width: 780px;
  font-size: 14px;
  line-height: 24px;
}

.Floor002179 .Hfloor5 .listbox {
  position: relative;
}

.Floor002179 .Hfloor5 .listbox .cell3 {
  width: 23.5%;
  float: left;
  margin-bottom: 2%;
  margin-right: 2%
}

.Floor002179 .Hfloor5 .listbox .cell3:nth-child(4n) {
  margin-right: 0%
}

.Floor002179 .Hfloor5 .thumbnail-card {
  background: #ffffff;
  text-align: center;
  transition: .33s all ease;
  -webkit-transition: .33s all ease;
}

.Floor002179 .Hfloor5 .thumbnail-card:hover {
  background: #c4261d;
}

.Floor002179 .Hfloor5 .thumbnail-card:hover .thumbnail-card-header a {
  color: #fff;
}

.Floor002179 .Hfloor5 .thumbnail-card:hover .text {
  color: #fff;
}

.Floor002179 .Hfloor5 .image {
  height: auto;
  width: 100%;
}

.Floor002179 .Hfloor5 .thumbnail-card-body {
  padding: 30px 10px;
}

.Floor002179 .Hfloor5 .thumbnail-card-header {
  margin-top: 0;
  margin-bottom: 0;
  color: #242423;
  letter-spacing: .05em;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.14286;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.Floor002179 .Hfloor5 .thumbnail-card-header a {
  display: inline;
  letter-spacing: inherit;
  font: inherit;
}

.Floor002179 .Hfloor5 .thumbnail-card-header a:hover {
  color: #ff9191;
  text-decoration: none;
}

.Floor002179 .Hfloor5 .text {
  color: #999;
  margin: 10px 0 0;
  font-size: 12px;
  max-height: 48px;
  overflow: hidden;
}

.Floor002179 .Hfloor5 .box .listbox {
  font-size: 14px;
  line-height: 24px;
}

.Floor002179 .Hfloor5 .thumbnail-card .more {
  background: #fff;
  color: #333;
  display: block;
  margin: auto;
  max-width: 140px;
  line-height: 36px;
  margin-top: 16px;
  border: 1px solid #ebebeb;
}

.Floor002179 .Hfloor5 .thumbnail-card:hover .more {
  color: #c4261d;
  background: #fff;
}

@media (max-width:1230px) {
  .Floor002179 .Hfloor5 .box .cellbox {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:1199px) {
  .Floor002179 .Hfloor5 .box .cellbox .h2 {
    font-size: 22px;
  }

  .Floor002179 .Hfloor5 .btn {
    padding: 12px 33px;
  }
}

@media (max-width: 991px) {
  .Floor002179 .Hfloor5 {
    padding: 70px 0;
  }

  .Floor002179 .Hfloor5 .box {
    position: relative;
    margin-bottom: -40px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -ms-transform: translateY(-40px);
  }

  .Floor002179 .Hfloor5 .listbox .cell3 {
    margin-top: 30px;
    width: 50%;
    float: left;
  }

  .Hfloor1 .btn {
    margin-top: 40px;
    padding: 12px 28px;
  }
}

@media (max-width: 767px) {
  .Floor002179 .Hfloor5 {
    padding: 50 0;
  }

  .Floor002179 .Hfloor5 .box .cellbox .h2 {
    font-size: 28px;
    line-height: 1.33333;
  }

  .Floor002179 .Hfloor5 .thumbnail-card-body {
    padding: 40px 20px;
  }

  .Floor002179 .Hfloor5 .inline-list {
    margin-top: 25px;
  }
}

@media (max-width: 479px) {
  .Floor002179 .Hfloor5 .listbox .cell3 {
    width: 100%;
    float: none;
  }
}







/*Galary002024 */
.Galary002024 {}

.Galary002024 .big li figure {}

.Galary002024 .big li span {
  display: block;
  padding-bottom: 50%;
  background-size: cover;
}

.Galary002024 .big li p {
  margin: 0;
  padding: 2% 0;
  font-size: 22px;
  color: #000;
  text-align: center;
  font-weight: bold
}

.Galary002024 .small {
  padding: 0 40px;
  margin: 2% 0 2% 0;
  position: relative;
}

.Galary002024 .small li {
  float: left;
}

.Galary002024 .small li figure {
  position: relative;
  max-width: 90%;
  padding-bottom: 50%;
  margin: 0 auto;
}

.Galary002024 .small li figure::before,
.Galary002024 .small li figure::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 95%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.Galary002024 .small li figure::before {
  background-color: #fff;
  border: 1px solid #cbcbcb;
  z-index: 1;
}

.Galary002024 .small li figure::after {
  z-index: 0;
  top: 5px;
}

.Galary002024 .small li figure span {
  position: absolute;
  left: 10%;
  top: 5%;
  right: 10%;
  height: 85%;
  background-size: contain;
  background-color: #fff;
  z-index: 3;
  opacity: 0.5
}

.Galary002024 .small li p {
  display: none;
}

.Galary002024 .small li.on figure::before {
  border: 4px solid #c4261d;
}

.Galary002024 .small li.on figure span {
  opacity: 1;
}

.Galary002024 .small .btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}

.Galary002024 .small .prev {
  left: 0;
}

.Galary002024 .small .next {
  right: 0;
}

.Galary002024 .small .btn::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-width: 16px;
  border-bottom-width: 16px;
}

.Galary002024 .small .prev::before {
  border-right-color: #c4261d;
  border-left: 0;
}

.Galary002024 .small .next::before {
  border-left-color: #c4261d;
  border-right: 0;
}

.Galary002024 .small .prevStop,
.Galary002024 .small .nextStop {
  cursor: default;
}

.Galary002024 .small .prevStop::before {
  border-right-color: #c4261d;
}

.Galary002024 .small .nextStop::before {
  border-left-color: #c4261d;
}

@media(max-width:480px) {
  .Galary002024 .small {
    padding: 0 30px;
  }

  .Galary002024 .small .btn::before {
    border-width: 20px;
    border-top-width: 11px;
    border-bottom-width: 11px;
  }

  .Galary002024 .small li.on figure::before {
    border-width: 2px;
  }

  .Galary002024 .big li p {
    font-size: 16px;
  }
}


.Galary002024_2 .big li span {
  display: block;
  padding-bottom: 50%;
  background-size: cover;
}

.Galary002024_2 .big li p {
  margin: 0;
  padding: 2% 0;
  font-size: 22px;
  color: #000;
  text-align: center;
  font-weight: bold
}

.Galary002024_2 .small {
  padding: 0 40px;
  margin: 2% 0 2% 0;
  position: relative;
}

.Galary002024_2 .small li {
  float: left;
}

.Galary002024_2 .small li figure {
  position: relative;
  max-width: 90%;
  padding-bottom: 50%;
  margin: 0 auto;
}

.Galary002024_2 .small li figure::before,
.Galary002024_2 .small li figure::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 95%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.Galary002024_2 .small li figure::before {
  background-color: #fff;
  border: 1px solid #cbcbcb;
  z-index: 1;
}

.Galary002024_2 .small li figure::after {
  z-index: 0;
  top: 5px;
}

.Galary002024_2 .small li figure span {
  position: absolute;
  left: 10%;
  top: 5%;
  right: 10%;
  height: 85%;
  background-size: contain;
  background-color: #fff;
  z-index: 3;
  opacity: 0.5
}

.Galary002024_2 .small li p {
  display: none;
}

.Galary002024_2 .small li.on figure::before {
  border: 4px solid #c4261d;
}

.Galary002024_2 .small li.on figure span {
  opacity: 1;
}

.Galary002024_2 .small .btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}

.Galary002024_2 .small .prev {
  left: 0;
}

.Galary002024_2 .small .next {
  right: 0;
}

.Galary002024_2 .small .btn::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-width: 16px;
  border-bottom-width: 16px;
}

.Galary002024_2 .small .prev::before {
  border-right-color: #c4261d;
  border-left: 0;
}

.Galary002024_2 .small .next::before {
  border-left-color: #c4261d;
  border-right: 0;
}

.Galary002024_2 .small .prevStop,
.Galary002024_2 .small .nextStop {
  cursor: default;
}

.Galary002024_2 .small .prevStop::before {
  border-right-color: #c4261d;
}

.Galary002024_2 .small .nextStop::before {
  border-left-color: #c4261d;
}

@media(max-width:480px) {
  .Galary002024_2 .small {
    padding: 0 30px;
  }

  .Galary002024_2 .small .btn::before {
    border-width: 20px;
    border-top-width: 11px;
    border-bottom-width: 11px;
  }

  .Galary002024_2 .small li.on figure::before {
    border-width: 2px;
  }

  .Galary002024_2 .big li p {
    font-size: 16px;
  }
}


/*PicList001962*/
.PicList001962 {
  padding: 3% 0;
}

.PicList001962 .title {
  text-align: center;
  color: #52b01a;
  font-size: 42px;
  padding-bottom: 4%;
}

.PicList001962 .title span {
  color: #02004b;
  font-size: 26px;
  text-transform: uppercase;
  display: block;
}

.PicList001962 .title span:after {
  display: block;
  content: '';
  background-color: #52b01a;
  width: 36px;
  height: 1px;
  margin: 0 auto;
  margin-top: 5%;
}

.PicList001962 .tips {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 4%;
}

.PicList001962 ul {
  width: 993px;
  margin: 0 auto;
  position: relative;
  min-height: 755px;
}

.PicList001962 ol,
.PicList001962 li {
  position: absolute;
  text-align: center;
  width: 154px;
  background: url(../image/PicList001962-bg01.png) no-repeat 0 0;
  top: 0;
}

.PicList001962 ol {
  height: 174px;
}

.PicList001962 li a {
  color: #fff;
  padding-top: 23px;
  display: block;
  height: 174px;
}

.PicList001962 li img {
  width: 100px;
  height: 100px;
}

.PicList001962 li span {
  padding: 5px 15px 0;
  color: #555;
}

.PicList001962 li:hover {
  z-index: 10;
}

.PicList001962 li.li_0,
.PicList001962 li.li_11 {
  left: 85px;
}

.PicList001962 li.li_1,
.PicList001962 li.li_12,
.PicList001962 li.li_19 {
  left: 254px;
}

.PicList001962 ol,
.PicList001962 li.li_20,
.PicList001962 li.li_2 {
  left: 422px;
}

.PicList001962 li.li_3,
.PicList001962 li.li_21,
.PicList001962 li.li_13 {
  left: 589px;
}

.PicList001962 li.li_4,
.PicList001962 li.li_14 {
  left: 756px;
}

.PicList001962 li.li_5 {
  left: 0;
}

.PicList001962 li.li_6,
.PicList001962 li.li_15 {
  left: 170px;
}

.PicList001962 li.li_7,
.PicList001962 li.li_22,
.PicList001962 li.li_16 {
  left: 337px;
}

.PicList001962 li.li_8,
.PicList001962 li.li_17 {
  left: 505px;
}

.PicList001962 li.li_9,
.PicList001962 li.li_18 {
  left: 672px;
}

.PicList001962 li.li_10 {
  left: 839px;
}

.PicList001962 li.li_5,
.PicList001962 li.li_6,
.PicList001962 li.li_7,
.PicList001962 li.li_8,
.PicList001962 li.li_9,
.PicList001962 li.li_10 {
  top: 143px;
}

.PicList001962 li.li_11,
.PicList001962 li.li_12,
.PicList001962 ol,
.PicList001962 li.li_13,
.PicList001962 li.li_14 {
  top: 290px;
}

.PicList001962 li.li_15,
.PicList001962 li.li_16,
.PicList001962 li.li_17,
.PicList001962 li.li_18 {
  top: 435px;
}

.PicList001962 li.li_19,
.PicList001962 li.li_20,
.PicList001962 li.li_21 {
  top: 580px;
}

.PicList001962 li.li_22 {
  top: 730px;
}

.PicList001962 ol {
  background-image: url(../image/PicList001962-bg00.png);
}

.PicList001962 li.li_1,
.PicList001962 li.li_9,
.PicList001962 li.li_12 {
  background-image: url(../image/PicList001962-bg01.png);
}

.PicList001962 li.li_2,
.PicList001962 li.li_10,
.PicList001962 li.li_18 {
  background-image: url(../image/PicList001962-bg01.png);
}

.PicList001962 li.li_3,
.PicList001962 li.li_5,
.PicList001962 li.li_6,
.PicList001962 li.li_13,
.PicList001962 li.li_15 {
  background-image: url(../image/PicList001962-bg01.png);
}

.PicList001962 li.li_4,
.PicList001962 li.li_7,
.PicList001962 li.li_14 {
  background-image: url(../image/PicList001962-bg01.png);
}

@media(max-width:1000px) {
  .PicList001962 ul {
    width: auto;
    min-height: inherit;
  }

  .PicList001962 ol {
    display: none;
  }

  .PicList001962 li {
    position: relative;
    left: auto !important;
    top: auto !important;
    background: #4dcc8c !important;
    width: 24%;
    margin: 0.5%;
    height: auto;
    float: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }

  .PicList001962 li:nth-child(2n) {
    background: #38c9a2 !important;
  }

  .PicList001962 li:nth-child(3n) {
    background: #69d65b !important;
  }

  .PicList001962 li:nth-child(3n+1) {
    background: #48c878 !important;
  }

  .PicList001962 li a {
    height: auto;
    padding: 5% 0;
  }
}

@media(max-width:640px) {
  .PicList001962 .title {
    font-size: 32px;
  }

  .PicList001962 .title span {
    font-size: 20px;
  }

  .PicList001962 li {
    width: 32.33333333333%;
  }
}

@media(max-width:375px) {
  .PicList001962 li {
    width: 49%;
  }
}

/*Floor002072 */
.Floor002072 {
  padding: 5% 0 4%;
}

.Floor002072 .auto {
  border-bottom: 2px solid #ebeaef;
  padding-bottom: 5%;
  position: relative;
}

.Floor002072 .title {
  font-size: 18px;
  color: #000;
  padding-bottom: 3%;
}

.Floor002072 .title b {
  font-size: 34px;
  display: inline-block;
  padding-right: 10px;
  line-height: 26px;
  font-family: Tahoma, Geneva, sans-serif;
}

.Floor002072 .title b:after {
  width: 100%;
  content: '';
  display: block;
  height: 8px;
  margin-top: -4px;
  background-color: #efefef;
}

.Floor002072 .title span {
  display: block;
  padding-top: 10px;
}


.Floor002072 li {
  position: relative;
  padding: 3% 0 3% 55%;
}

.Floor002072 li:nth-child(2n) {
  padding-right: 55%;
  padding-left: 0;
}

.Floor002072 li div {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.Floor002072 li .Ispic {
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.Floor002072 li:hover .Ispic {
  transform: scale(1.2);
}



.Floor002072 li .icon {
  float: left;
  display: block;
  position: absolute;
  left: 7px;
}

.Floor002072 li .Ispic aside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.Floor002072 li .Ispic span {
  position: absolute;
  left: 50%;
  margin-left: -66px;
  width: 132px;
  top: 50%;
  line-height: 40px;
  margin-top: -20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.Floor002072 li .Ispic span::before,
.Floor002072 li .Ispic span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.Floor002072 li .Ispic span::before {
  top: -15px;
}

.Floor002072 li .Ispic span::after {
  bottom: -15px;
}

.Floor002072 li .Ispic:hover aside {
  opacity: 1;
}

.Floor002072 li .Ispic:hover span::before {
  top: 0;
}

.Floor002072 li .Ispic:hover span::after {
  bottom: 0;
}

.Floor002072 li:nth-child(2n) div {
  left: auto;
  right: 0;
}

.Floor002072 li p {
  margin: 0;
  line-height: 28px;
  color: #888;
  height: 145px;
  overflow: hidden;
  text-align: left;
}

.Floor002072 li h4 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  position: relative;
}

.Floor002072 li h4:after {
  content: '';
  background: url(../image/Floor002072_icon1.png) no-repeat;
  position: absolute;
  width: 33px;
  height: 33px;
  left: 18%;
  top: 7px;
}

.Floor002072 li:nth-child(2) h4:after {
  content: '';
  background: url(../image/Floor002072_icon2.png) no-repeat;
}

.Floor002072 li:nth-child(3) h4:after {
  content: '';
  background: url(../image/Floor002072_icon3.png) no-repeat;
}

.Floor002072 li:nth-child(4) h4:after {
  content: '';
  background: url(../image/Floor002072_icon4.png) no-repeat;
}

.Floor002072 li:nth-child(5) h4:after {
  content: '';
  background: url(../image/Floor002072_icon5.png) no-repeat;
}

@media(max-width:1000px) and (min-width:769px) {
  .Floor002072 li img {
    display: none;
    height: auto;
  }
}

@media(max-width:1000px) and (min-width:769px) {
  .Floor002072 .title b {
    font-size: 24px;
  }
}

@media(max-width:1024px) {
  .Floor002072 li time {
    width: 70px;
    height: 70px;
  }

  .Floor002072 li h4:after {
    left: 10%;
    top: 7px;
  }

  .Floor002072 li p {
    height: auto;
    line-height: 24px;
  }
}

@media(max-width:768px) {
  .Floor002072 .title {
    padding-bottom: 5%;
    text-align: center;
  }

  .Floor002072 li h4 {
    font-size: 18px;
  }

  .Floor002072 li p {
    height: auto;
    line-height: 24px;
  }

  .Floor002072 li h4:after {
    left: 16%;
    top: -4px;
  }
}

@media(max-width:640px) {
  .Floor002072 li h4:after {
    left: 31%;
    top: -4px;
  }

  .Floor002072 li .Ispic {
    background-image: none;
    height: auto;
    width: 100%;
  }

  .Floor002072 li {
    padding: 3% 0 3% 0;
  }

  .Floor002072 li:nth-child(2n) {
    padding: 0;
  }

  .Floor002072 li img {
    display: block;
    height: auto;
  }

  .Floor002072 li div {
    position: inherit !important;
    display: block;
    width: 100%;
    height: auto;
  }
}

@media(max-width:480px) {
  .Floor002072 .title b {
    font-size: 28px;
  }

  .Floor002072 li h4 {
    font-size: 16px;
  }

  .Floor002072 li time {
    width: 50px;
    height: 50px;
  }

  .Floor002072 li h4:after {
    left: 26%;
    top: -4px;
  }
}

@media(max-width:375px) {
  .Floor002072 li {
    padding: 0 0 3% 0 !important;
  }

  .Floor002072 li h4:after {
    left: 19%;
    top: -6px;
  }
}


/*PicList002546 */
.PicList002546 {
  padding: 3% 0 4%;
}

.PicList002546 .list {
  margin-bottom: 65px;
}

.PicList002546 .list h1 img {}

.PicList002546 .list h1 span {
  font-size: 30px;
  color: #c4261d;
  position: relative;
  margin-left: 12px;
}

.PicList002546 .list h1 span::before {
  width: 2px;
  height: 30px;
  background: #c4261d;
  display: inline-block;
  content: '';
  position: absolute;
  top: 7px;
  left: -8px;
}

@media(min-width:1201px) {
  .PicList002546 li {
    float: left;
    width: 50%;
  }

  .PicList002546 ul:nth-child(2n) li .txt {
    right: auto;
    left: 0;
  }

  .PicList002546 ul:nth-child(2n) li a .Ispic {
    float: right;
  }

  .PicList002546 ul:nth-child(2n) li a::before {
    border-right-color: transparent;
    border-left-color: #f7f7f7;
    margin-left: 15px;
  }
}

.PicList002546 li a {
  overflow: hidden;
  display: block;
  position: relative;
  background: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.PicList002546 li .Ispic {
  padding-bottom: 102.44%;
  -webkit-transition: 0.3s;
}

@media(min-width:481px) {
  .PicList002546 li a::before {
    position: absolute;
    content: '';
    border: 15px solid transparent;
    border-right-color: #f7f7f7;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: -15px;
    z-index: 10;
  }

  .PicList002546 li .Ispic {
    padding-bottom: 51.22%;
    width: 50%;
  }

  .PicList002546 li .txt {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }

  .PicList002546 li .table {
    display: table;
    width: 100%;
    height: 100%;
  }

  .PicList002546 li .table_cell {
    display: table-cell;
    vertical-align: middle;
  }
}

.PicList002546 li figure {
  padding: 5%;
  text-align: center;
  color: #666;
}

.PicList002546 li .txt i {
  font-style: normal;
  color: #333;
  border: 1px solid #c4261d;
  padding: 0 31px;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 42px;
  height: 44px;
}

.PicList002546 li h3 {
  font-weight: normal;
  color: #333;
  font-size: 20px;
  margin: 10px 0;
  display: inline-block;
  padding: 3px 10px;
  background: #c4261d;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

.PicList002546 li pre {
  height: 78px;
  overflow: hidden;
  line-height: 26px;
}

.PicList002546 li a:hover .txt i {
  background: #c4261d;
  border: 1px solid #c4261d;
  color: #fff;
}

.PicList002546 li a:hover .Ispic {
  opacity: 0.9;
}

@media(max-width:1200px) and (min-width:481px) {
  .PicList002546 li:last-child .txt {
    right: auto;
    left: 0;
  }

  .PicList002546 li:last-child a .Ispic {
    float: right;
  }

  .PicList002546 li:last-child a::before {
    border-right-color: transparent;
    border-left-color: #f7f7f7;
    margin-left: 15px;
  }
}

/*
 .Floor001091 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
.Floor001091 {
  padding: 1% 0 4%;
}

.Floor001091 .auto {
  background: #fff;
}

.Floor001091 ul {
  overflow: hidden;
  clear: both;
  border: 1px solid #f1f1f1;
}

.Floor001091 li {
  float: left;
  width: 33.333333%;
  padding: 4% 15px 4% 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.Floor001091 li:nth-child(3n) {
  border-right: 0;
}

.Floor001091 li:nth-child(4),
.Floor001091 li:nth-child(5),
.Floor001091 li:nth-child(6) {
  border-bottom: 0;
}

.Floor001091 li:nth-child(4) {
  padding: 5.2% 15px 5.2% 0;
}

.Floor001091 li div {
  position: relative;
  padding-left: 130px;
  padding-right: 3%;
}

.Floor001091 li div::before {
  position: absolute;
  left: 110px;
  content: '';
  top: 0;
  width: 1px;
  border-right: 1px dashed #e1e1e1;
  height: 100%;
}

.Floor001091 li img {
  position: absolute;
  width: 76px;
  height: 76px;
  left: 17px;
  top: 50%;
  margin-top: -38px;
  border: 2px #c4261d solid;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  text-align: center;
  z-index: 1;
}

.Floor001091 li p {
  color: #666;
  line-height: 30px;
  font-size: 16px;
  margin: 0;
  padding: 5px 0 0;
}

.Floor001091 li h5 {
  margin: 0;
  font-size: 20px;
}

@media(max-width:1000px) {
  .Floor001091 li {
    width: 50%;
  }

  .Floor001091 li:nth-child(3n) {
    border-right: 1px solid #f1f1f1;
  }

  .Floor001091 li:nth-child(2n) {
    border-right: 0;
  }

  .Floor001091 li:nth-child(4),
  .Floor001091 li:nth-child(5),
  .Floor001091 li:nth-child(6) {
    border-bottom: 1px solid #f1f1f1;
  }
}

@media(max-width:640px) {
  .Floor001091 li {
    width: auto;
    float: none;
    border-right: 0 !important;
  }
}

/*PicList002149 */
.PicList002149 {
  padding-top: 4%;
}

.PicList002149 .auto {
  background: #fff;
}

.PicList002149 p {
  font-size: 16px;
  overflow: hidden;
  color: #666;
  line-height: 34px;
}

.PicList002149 ol {
  margin-bottom: 2%;
  position: relative;
  padding-left: 42.25%;
}

.PicList002149 ol .Ispic {
  width: 42.25%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.PicList002149 ol .Ispic img {
  display: none;
}

.PicList002149 ol div {
  padding: 12% 10% 12% 5%;
}

@media(max-width:768px) {
  .PicList002149 h3 {
    font-size: 16px;
  }
}

@media(max-width:640px) {
  .PicList002149 ol {
    padding-left: 0;
  }

  .PicList002149 ol .Ispic {
    width: auto;
    position: relative;
    height: auto;
    display: block;
    padding-bottom: 60%;
  }

  .PicList002149 ol div {
    padding: 3%;
  }
}

@media(max-width:480px) {
  .PicList002149 h3 {
    font-size: 14px;
  }

  .PicList002149 p {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
  }

  .PicList002149 ol p {
    height: 60px;
  }
}

/*Menu002662 */
.Menu002662 {
  text-align: center;
  padding: 3% 0 0;
  font-family: Arial, Helvetica, sans-serif;
}

.Menu002662 p {
  font-size: 16px;
  color: #666;
  padding-bottom: 3%;
  font-weight: normal;
  line-height: 28px;
  margin: 0 auto;
  max-width: 760px;
}

.Menu002662 ul {
  text-align: center;
  overflow: hidden;
  display: block;
}

.Menu002662 ul li {
  padding: 0 25px 5px 0;
  display: inline-block;
}

.Menu002662 ul li a {
  display: inline-block;
  line-height: 45px;
  padding: 0 15px;
  min-width: 124px;
  overflow: hidden;
  font-size: 16px;
  background: #eaeaea
}

.Menu002662 ul li a:hover,
.Menu002662 ul li.aon a {
  background: #c4261d;
  color: #fff;
}

@media(max-width:1024px) {
  .Menu002662 .columnname {
    font-size: 36px;
  }

  .Menu002662 ul li {
    padding: 0 10px 10px;
  }

  .Menu002662 ul li a {
    font-size: 14px;
  }
}

@media(max-width:640px) {
  .Menu002662 .columnname {
    font-size: 20px;
  }

  .Menu002662 ul li a {
    font-size: 14px;
    padding: 0;
  }
}

/*Floor002069 */
.Floor002069 {
  padding: 2% 0 3%;
  background-size: cover;
}

.Floor002069 p {
  line-height: 28px;
  font-size: 16px;
  margin: 0;
  padding: 20px 0 25px;
  text-align: center;
  position: relative;
  margin-top: 27px;
  color: #666;
}

.Floor002069 p:after {
  position: absolute;
  left: 50%;
  width: 25px;
  height: 5px;
  background: #ddd;
  top: 0;
  content: '';
  margin-left: -12.5px;
}

.Floor002069 .owl-item:hover p:after {
  background: #c4261d;
}

.Floor002069 .owl-item:hover p {
  color: #c4261d;
}

.Floor002069 .owl-item {
  background: #fff;
  padding: 30px 30px 0;
  border: 3px #eee solid;
}

.Floor002069 .owl-item:hover {
  border: 3px #c4261d solid;
}

.Floor002069 .item {
  overflow: hidden;
}

.Floor002069 .item a {
  display: block;
  position: relative;
}

.Floor002069 .item .Ispic {
  display: block;
  padding-bottom: 71%;
  position: relative;
  background-size: cover;
}

.Floor002069 .item .Ispic img {
  display: none;
}

.Floor002069 .item i {
  background: url(http://www.jinguyuan.com.cn/cn/images/Floor002069-icon_add.png) no-repeat right bottom;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  text-indent: -999em;
}

.Floor002069 .owl-nav {
  display: block !important
}

.Floor002069 .owl-nav button {
  position: absolute;
  top: 50%;
  width: 22px;
  overflow: hidden;
  line-height: 1000px;
  height: 40px;
  margin-top: -20px;
  background: url(../image/Floor002069-btn.png) no-repeat left top;
  z-index: 10;
  border: none
}

.Floor002069 .owl-nav .owl-prev {
  left: 0;
  margin-left: -40px;
}

.Floor002069 .owl-nav .owl-next {
  right: 0;
  margin-right: -40px;
  background-position: right top;
}

.Floor002069 .owl-dots {
  display: none
}

.Floor002069 .ad {
  margin-top: 15px;
}

.Floor002069 .ad img {
  display: block;
  width: 100%;
}

@media(max-width:1100px) {
  .Floor002069 .owl-carousel {
    padding: 0 30px;
  }

  .Floor002069 .owl-nav .owl-prev {
    margin-left: 0;
  }

  .Floor002069 .owl-nav .owl-next {
    margin-right: 0;
  }
}

@media(max-width:640px) {
  .Floor002069 .title span {
    display: block;
  }
}

@media(max-width:640px) and (min-width:376px) {

  .Floor002069 .item dt,
  .Floor002069 .item dd {
    float: none;
    text-align: right;
  }
}

/*Ã¨Â¿â„¢Ã¦ËœÂ¯Ã¦Â»Å¡Ã¥Å&nbsp;Â¨Ã¦Ââ€™Ã¤Â»Â¶Ã§Å¡â€žÃ¥â€¦Â¬Ã§â€Â¨Ã¦Â&nbsp;Â·Ã¥Â¼Â Ã¥Â¦â€šÃ¥â€¡ÂºÃ§Å½Â°Ã©â€ºÂ·Ã¥ÂÅ’ Ã¨Â¯Â·Ã¥Ë†Â&nbsp;Ã©â„¢Â¤*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: none;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out;
  -webkit-transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
  -webkit-transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(http://www.jinguyuan.com.cn/cn/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
  -webkit-transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
  -webkit-transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

/*end*/



/*
 .Floor000905 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */
.Floor000905 {
  padding-bottom: 4%;
}

.Floor000905 .auto {
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
  overflow: hidden;
}

.Floor000905 .title {
  font-size: 34px;
  line-height: 62px;
  background: url(../image/Floor000905-titbg.png) no-repeat left center;
  background-size: contain;
  color: #343434;
  padding-bottom: 3%;
  position: relative;
}

.Floor000905 .title::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 3px;
  background-color: #343434;
  left: 0;
  bottom: 0;
}

.Floor000905 figure {
  padding-right: 58%;
  font-size: 16px;
}

.Floor000905 figure p {
  line-height: 30px;
  padding-bottom: 3%;
}

.Floor000905 figure p b {
  color: #c4261d
}

.Floor000905 figure .tips {
  padding: 10% 0 0%;
  line-height: 32px;
}

.Floor000905 figure li {
  line-height: 25px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 16px;
  background: url(../image/Floor000905-icon2.png) no-repeat left 3px;
}

.Floor000905 figure li:nth-child(2) {
  background-image: url(../image/Floor000905-icon4.png);
}

.Floor000905 figure li:nth-child(3) {
  background-image: url(../image/Floor000905-icon1.png);
}

.Floor000905 figure li:nth-child(4) {
  background-image: url(../image/Floor000905-icon4.png);
}

.Floor000905 figure li span {
  color: #c4261d;
  font-size: 18px;
}

.Floor000905 .job {
  background: url(http://www.jinguyuan.com.cn/cn/images/Floor000905-bg.jpg) no-repeat center center;
  background-size: cover;
}

.Floor000905 .job a:hover {
  background-color: rgba(244, 166, 15, 0.8);
  color: #fff;
}

.Floor000905 .job h2 {
  font-size: 22px;
  margin: 0;
}

.Floor000905 .job p {
  margin: 20px 0;
  line-height: 25px;
}

.Floor000905 .job {
  position: absolute;
  right: 0;
  top: 15%;
  width: 51.5%;
  height: 100%;
}

.Floor000905 .job a {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  padding-left: 5%;
  padding-top: 50%;
}

.Floor000905 .job span {
  background: url(http://www.jinguyuan.com.cn/cn/images/Floor000905-a_more.png) no-repeat;
  width: 38px;
  height: 9px;
  display: inline-block;
}

@media(max-width:768px) {
  .Floor000905 figure {
    font-size: 14px;
  }

  .Floor000905 .job p {
    font-size: 14px;
  }
}

@media(max-width:640px) {
  .Floor000905 figure {
    padding-right: 0;
  }

  .Floor000905 .job {
    position: initial !important;
    width: 100%;
  }

  .Floor000905 figure .tips {
    padding: 20px 0;
  }

  .Floor000905 .job a {
    padding: 5% 0 5% 5%;
    display: block;
  }
}

@media(max-width:480px) {
  .Floor000905 .title {
    font-size: 24px;
  }
}



/*Bottom001931*/
.Bottom001931 {}

.Bottom001931 .title {
  background: url(../image/Bottom001931-bg.jpg) no-repeat center top;
}

.Bottom001931 .title figure {
  height: 174px;
  background: url(../image/Bottom001931-title.png) no-repeat right center;
}

.Bottom001931 .bottom {
  padding-top: 4%;
  padding-bottom: 2%;
}

.Bottom001931 dl {
  width: 42%;
  float: left;
  margin: 0 4%;
}

.Bottom001931 dl h1 {
  color: #c4261d
}

.Bottom001931 dl dd {
  height: 22px;
  line-height: 22px;
  padding-left: 40px;
  margin-bottom: 25px;
  color: #857a76;
  color: #938a86;
  font-weight: bold;
  background: url(../image/Floor000905-icon2.png) no-repeat left top;
}

.Bottom001931 dl .dd_1 {
  color: #c4261d;
  font-size: 24px;
}

.Bottom001931 dl .dd_2 {
  background-image: url(../image/Floor000905-icon2.png);
}

.Bottom001931 dl .dd_3 {
  background-image: url(../image/Floor000905-icon1.png);
}

.Bottom001931 dl .dd_4 {
  background-image: url(../image/Bottom001931-icon_webchat.png);
  margin-bottom: 15px;
}

.Bottom001931 dl .pic {
  height: auto;
  background: none;
}

.Bottom001931 dl .pic img {
  width: 150px;
  height: 150px;
  display: block;
}

@media(max-width:1200px) {
  .Bottom001931 .title figure {
    background-position: 95% center;
  }
}

@media(max-width:1000px) {
  .Bottom001931 footer nav {
    float: none
  }
}

@media(max-width:768px) {

  .Bottom001931 dl,
  .Bottom001931 .form {
    float: none;
    width: auto;
  }
}

@media(max-width:480px) {
  .Bottom001931 .title {
    background-size: cover;
  }

  .Bottom001931 .title figure {
    height: 100px;
    background-size: auto 50%;
  }

  .Bottom001931 .form li {
    padding-right: 0;
    width: auto;
    float: none;
  }
}



/*
 .Form002330 
 */
.Form002330 {
  padding: 3% 0 3%;
}

.Form002330 figure {
  float: right;
  width: 49%;
}

.Form002330 figure .Ispic {
  padding-bottom: 100%;
}

.Form002330 .con {
  font-size: 18px;
  text-align: center;
  color: #c4261d;
  line-height: 30px;
}

.Form002330 form {
  float: left;
  width: 100%;
}

.Form002330 .left {
  width: 49%;
  float: left;
}

.Form002330 .row {
  padding-bottom: 18px;
}

.Form002330 .row em {
  color: #e01212;
  display: inline-block;
  margin-right: 4px;
}

.Form002330 dt {
  color: #666;
  font-size: 14px;
  position: absolute;
  left: 0;
  width: 84px;
  text-align: right;
  line-height: 40px;
}

.Form002330 .con dt {
  position: absolute;
}

.Form002330 .rowbox:after {
  content: "";
  height: 1px;
  width: 100%;
  margin: 30px 0;
  padding: 0;
  background-color: #f2f2f2;
  border: none;
  display: block;
}

.Form002330 .row-inner {
  margin: 0 auto;
  position: relative;
  padding-left: 96px;
  color: #666;
  font-size: 14px;
  line-height: 40px;
}

.Form002330 .row-inner .username {
  display: block;
}

.Form002330 .row-inner .text {
  border: 1px solid #e6e6e6;
  color: #666;
  line-height: 44px;
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  height: 44px;
}

.Form002330 .row-inner .text.focus {
  border-color: #c4261d;
  color: #666;
  box-shadow: 0 0 5px rgba(29, 32, 135, .5) inset;
  -webkit-box-shadow: 0 0 5px rgba(29, 32, 135, .5) inset;
  -moz-box-shadow: 0 0 5px rgba(29, 32, 135, .5) inset;
  -o-box-shadow: 0 0 5px rgba(29, 32, 135, .5) inset;
}

.Form002330 .btn {
  border-radius: 5px;
  background-color: #c4261d;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 160px;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}

.Form002330 .line {
  display: inline-block;
  border-top: 1px solid #e9e9e9;
  width: 100%;
  padding-top: 30px;
}

.Form002330 textarea {
  display: inline-block;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  resize: none;
  width: 100%;
  height: 228px;
  padding: 10px;
  color: #666;
}


@media(max-width:640px) {
  .Form002330 .left {
    float: none;
    width: 100%;
  }

  .Form002330 figure {
    float: none;
    width: 100%;
  }

  .Form002330 textarea {
    height: 150px;
  }

  .Form002330 .line {
    border-top: 0;
  }
}

/*PicList002171 */
.PicList002171 {
  padding: 3% 0 1%;
  overflow: hidden;
}

.PicList002171 li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.PicList002171 li:nth-child(4n) {
  margin-right: 0;
}

.PicList002171 li a {
  border: 1px solid #e8e8e8;
  position: relative;
  display: block;
}

.PicList002171 li img {
  display: block;
  width: 100%;
}

.PicList002171 li a figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(224, 18, 18, 0.95);
  opacity: 0;
  transition: 0.3s;
}

.PicList002171 li a:hover figure {
  opacity: 1;
}

.PicList002171 li dl {
  width: 100%;
  height: 100%;
}

.PicList002171 li dt {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 55px 26px;
}

.PicList002171 li figure {
  background: url(http://www.jinguyuan.com.cn/cn/images/PicList002171-hoverbg_ie8.png) repeat;
  display: none;
}

.PicList002171 li .pic {
  display: block;
}

.PicList002171 li .pic span {
  display: block;
  width: 100%;
  padding-bottom: 44.36%;
}

.PicList002171 li a:hover figure {
  display: block;
}

@media(max-width: 1440px) {
  .Bottom002561 .bottom dd {
    font-size: 16px;
  }

  .home-news .swiper-slide a {
    margin: 15px 0;
  }

  .Bottom002561 .bottom dt a {
    font-size: 18px;
  }

  .Floor002702 .section5 .all-title {
    padding-bottom: 3%;
  }

  .Bottom002561 {
    padding-top: 2%;
  }

  .Bottom002561 .bottom {
    padding-bottom: 2%;
  }

  .Floor002702 .all-title b {
    font-size: 46px;
  }

  .Floor002702 .all-title b.en {
    display: none;
  }

  .home-news .swiper-container {
    height: 180px;
  }

  .Bottom002561 footer {
    padding: 10px 0;
  }

  .Bottom002561 .bottom dd {
    line-height: 30px;
  }

  .Bottom002561 {
    bottom: 0%;
  }


}

@media(max-width:1024px) {
  .Floor002702 .all-title b {
    display: none;
  }

  .Floor002702 .all-title b.en {
    display: block;
    font-size: 20px;
    padding: 0;
    margin-top: 0;
  }

  .Floor002702 .all-title aside {
    font-size: 32px;
    margin-top: 21px;
    line-height: 42px;
  }
}

@media(max-width:640px) {
  .PicList002171 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
  }

  .PicList002171 li:nth-child(3n) {
    margin-right: 0;
  }
}

@media(max-width:480px) {
  .PicList002171 li {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 15px;
  }

  .PicList002171 li:nth-child(3n) {
    margin-right: 2%;
  }

  .PicList002171 li:nth-child(2n) {
    margin-right: 0;
  }
}

@media(max-width:375px) {
  .PicList002171 {
    padding: 25px 0 10px;
  }

  .PicList002171 li {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }

  .home-news .swiper-slide a {
    margin: 0;
  }
}

/*
 .TextList000746 
 */
.Floor002702 .slick-slide {
  position: relative;
}

.TextList000746 {
  padding: 2% 0;
}

.TextList000746 li {
  border-bottom: #eee 1px solid;
  line-height: 27px;
  padding: 10px 0;
}

.TextList000746 li a {
  padding-left: 20px;
  background: url(http://www.jinguyuan.com.cn/cn/images/TextList000746-icon.jpg) no-repeat 5px center;
}

.TextList000746 li a:hover {
  color: #e01212;
}

.TextList000746 li time {
  float: right;
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}

 .fpvideo {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fpvideo span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

 .fpvideo video {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.fp-tableCell .auto_1200 {
  position: relative;
  z-index: 1;
}

/* .fp-tableCell .auto_1200 .X{
  filter: alpha(Opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
} */
.homeBannerPage .swiper-pagination-bullet {
  background: #d65d55;
  opacity: 0.2;
}

.homeBannerPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 1024px) {
  .fp-tableCell .video video {
    display: none;
    width: 0;
    height: 0;
    object-fit: none;
  }

  .fp-tableCell .video {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-opacity: 0;
  }
}

/* Ã©Â¦â€“Ã©Â¡ÂµÃ¥Â¤Â§Ã¥Â±ÂÃ¥Â¯Â¹Ã¥Âºâ€Ã¥â€œÂÃ¥Âºâ€Ã¥Â¼ÂÃ¥Â¤â€žÃ§Ââ€&nbsp; */
@media (min-width: 1024px) and (max-width: 1600px) {
  .Floor002702 .section5 .all-title {
    padding-bottom: 5%;
  }

  .T-Business .auto {
    padding: 0 3%;
  }

  .T-Business li img {
    max-width: 65px;
  }

  .T-Business li a p {
    font-size: 25px;
  }

  .Floor002702 .all-title {
    padding-bottom: 5%;
  }

  .Floor002702 .all-title b {
    font-size: 36px;
  }

  .Floor002702 .section figure ul li h3 {
    font-size: 24px;
  }

  .Floor002702 .section figure ul li .pic img {
    /*max-width: 140px;*/
  }
}

@media (min-width: 1024px) {
  .T-Business li a p {
    height: 2.4em;
    line-height: 1.2em;
    overflow: hidden;
  }
}

@media (max-width:768px) {
  .Floor002702 .section figure ul li .pic:after {
    display: block;
    border-width: 0px 10px 10px;
    margin-left: -10px;
    bottom: -8px;
  }

  .Menu002361_2 ol span {
    font-size: 0;
  }

  .Floor002702 .section figure ul li .pic img {
    /*border-radius: 50%;*/
  }

  .T-Business,
  .Top002070 .header-mid&gt;div {
    display: none;
  }

  .Floor002702 .banner .swiper-slide img.wap {
    height: 100%;
  }

  .Floor002702 .banner {
    margin-top: 56px;
    height: 100%;
  }

  .Floor002702 .section5 .T-newsBox {
    padding: 0 2%;
  }

  .Menu002361_2 ol a {
    vertical-align: -webkit-baseline-middle;
  }

  .Menu002361 header span {
    display: none;
  }

  .Public_nav_style #header-menu.header-menu-show,
  .Public_nav_style #header-menu.header-menu-show ul {
    display: block;
  }

}



.index-page .mouse {
  width: 25px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-image: url(../image/index_mouse.png);
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
  bottom: 50px;
  z-index: 2;
  animation: updown 1s infinite;
  -webkit-animation: updown 1s infinite;
}

@keyframes updown {
  0% {
    bottom: 70px;
    opacity: 1;
  }

  100% {
    bottom: 50px;
    opacity: 0;
  }
}

@-webkit-keyframes updown {
  0% {
    bottom: 70px;
    opacity: 1;
  }

  100% {
    bottom: 50px;
    opacity: 0;
  }
}

@keyframes updown {
  0% {
    bottom: 2.5rem;
    opacity: 1;
  }

  100% {
    bottom: 1.875rem;
    opacity: 0;
  }
}

@-webkit-keyframes updown {
  0% {
    bottom: 2.5rem;
    opacity: 1;
  }

  100% {
    bottom: 1.875rem;
    opacity: 0;
  }
}


.newsSwiper {
  width: 46%;
  margin: 0 2%;
  float: left;
}


.zdli {
    text-align: center;
}

.zdli li {
    width: 30%;
    display: inline-block;
    margin: 1%;
}


.zdli li img {
    width: 100%;
}





















</pre></body></html>